Enum GroupView.DragDropInsert
Represents the position where an item is inserted during drag-and-drop operations.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
protected enum DragDropInsert
Fields
| Name | Description |
|---|---|
| Lower | Insert below the target item. |
| Middle | Insert in the middle of the target item. |
| Upper | Insert above the target item. |