Class DataGridRowDropPosition
Inheritance
System.Object
DataGridRowDropPosition
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class DataGridRowDropPosition : Enum
Fields
Above
Specifies the dragging node will be dropped above the current row in SfDataGrid.
Declaration
public const DataGridRowDropPosition Above
Field Value
Type |
---|
DataGridRowDropPosition |
Below
Specifies the dragging node will be dropped below the current row in SfDataGrid.
Declaration
public const DataGridRowDropPosition Below
Field Value
Type |
---|
DataGridRowDropPosition |
Here
Specifies the dragging node will be dropped below to the header row in SfDataGrid.
Declaration
public const DataGridRowDropPosition Here
Field Value
Type |
---|
DataGridRowDropPosition |
Remarks
This option will be considered only when grid doesn't have records.
None
Specifies the node can not be dropped at this position.
Declaration
public const DataGridRowDropPosition None
Field Value
Type |
---|
DataGridRowDropPosition |