Class DropPosition
Defines the constants which specify the drop position in row while drag and drop nodes in SfTreeGrid.
Inheritance
System.Object
DropPosition
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public sealed class DropPosition : Enum
Fields
Default
Specifies the dragging node will be dropped outside of the TreeGrid.
Declaration
public const DropPosition Default
Field Value
Type |
---|
DropPosition |
DropAbove
Specifies the dragging node will be dropped above the current row in TreeGrid.
Declaration
public const DropPosition DropAbove
Field Value
Type |
---|
DropPosition |
DropAsChild
Specifies the dragging node will be dropped as a child node of the current node in TreeGrid.
Declaration
public const DropPosition DropAsChild
Field Value
Type |
---|
DropPosition |
DropBelow
Specifies the dragging node will be dropped below the current row in TreeGrid.
Declaration
public const DropPosition DropBelow
Field Value
Type |
---|
DropPosition |
DropHere
Specifies the dragging node will be dropped below to the header row in TreeGrid.
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 |