VerifyCustomDrag Method

VerifyCustomDrag(Int32)

Implement this method to support dragging other than list reordering (i.e. to insert objects). Return anything other than Rejected and None to support custom dragging. Use it together with OnCustomDragPerformed(Int32).

Declaration
protected virtual DragAndDropVisualMode VerifyCustomDrag(int dropIndex)
Parameters
Int32 dropIndex

The place where the an item is to be droped.

Returns
DragAndDropVisualMode