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