Enum DropPosition
Specifies the position where a dragged row should be dropped relative to the target row.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum DropPosition
Fields
| Name | Description |
|---|---|
| DropAbove | Indicates that the dragged row will be placed above the target row. |
| DropBelow | Indicates that the dragged row will be placed below the target row. |
| None | Indicates that no valid drop position is available. |