Enum DropPosition
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum DropPosition
Fields
| Name | Description |
|---|---|
| DropAbove | Specifies the dragging node will be dropped above the current row in SfDataGrid. |
| DropBelow | Specifies the dragging node will be dropped below the current row in SfDataGrid. |
| DropHere | Specifies the dragging node will be dropped below to the header row in SfDataGrid. |
| None | Specifies the node can not be dropped at this position. |