Enum DropPosition
Defines the constants that specifies where to drag and drop the items. This enumeration specifies the position where the dragging item can be dropped.
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.SfTreeView.WPF.dll
Syntax
public enum DropPosition
Fields
| Name | Description |
|---|---|
| DropAbove | Specifies the dragging item will be dropped above the current item. |
| DropAsChild | Specifies the dragging item will be dropped as a child of the current item. |
| DropBelow | Specifies the dragging item will be dropped below the current item. |
| DropHere | Specifies the dragging item will be dropped in SfTreeView when it has no items. |
| None | Specifies the item cannot be dropped at this position. |