canDragItem Field

Optional delegate to determine whether item can be dragged.
public CanDragItemDelegate canDragItem

Remarks

This should be a light-weight method since it will be used to determine whether grab handle should be included for each item in a reorderable list.

Please note that returning a value of false does not prevent movement on list item since other draggable items can be moved around it.