Class DropPosition
Inheritance
System.Object
DropPosition
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public sealed class DropPosition : Enum
Fields
DropAbove
Specifies the dragging node will be dropped above the current row in SfDataGrid.
Declaration
public const DropPosition DropAbove
Field Value
Type |
---|
DropPosition |
DropBelow
Specifies the dragging node will be dropped below the current row in SfDataGrid.
Declaration
public const DropPosition DropBelow
Field Value
Type |
---|
DropPosition |
DropHere
Specifies the dragging node will be dropped below to the header row in SfDataGrid.
Declaration
public const DropPosition DropHere
Field Value
Type |
---|
DropPosition |
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 DropPosition None
Field Value
Type |
---|
DropPosition |