Class DropPosition
Specifies the position where an item can be dropped relative to a target node.
Inheritance
System.Object
DropPosition
Namespace: Syncfusion.Maui.TreeView
Assembly: Syncfusion.Maui.TreeView.dll
Syntax
public sealed class DropPosition : Enum
Fields
DropAbove
The dragging item will be dropped above the target node.
Declaration
public const DropPosition DropAbove
Field Value
Type |
---|
DropPosition |
DropAsChild
The dragging item will be dropped as a child of the target node.
Declaration
public const DropPosition DropAsChild
Field Value
Type |
---|
DropPosition |
DropBelow
The dragging item will be dropped below the target node.
Declaration
public const DropPosition DropBelow
Field Value
Type |
---|
DropPosition |
None
Indicates that the item cannot be dropped at this position.
Declaration
public const DropPosition None
Field Value
Type |
---|
DropPosition |