Class GroupView.DragDropInsert
Represents the position where an item is inserted during drag-and-drop operations.
Inheritance
System.Object
GroupView.DragDropInsert
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
protected sealed class DragDropInsert : Enum
Fields
Lower
Insert below the target item.
Declaration
public const GroupView.DragDropInsert Lower
Field Value
| Type |
|---|
| GroupView.DragDropInsert |
Middle
Insert in the middle of the target item.
Declaration
public const GroupView.DragDropInsert Middle
Field Value
| Type |
|---|
| GroupView.DragDropInsert |
Upper
Insert above the target item.
Declaration
public const GroupView.DragDropInsert Upper
Field Value
| Type |
|---|
| GroupView.DragDropInsert |