Enum TreeViewDropPositions
Defines the constant that specify the position where a drop can occur during drag-and-drop.
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
[Flags]
public enum TreeViewDropPositions
Fields
Name | Description |
---|---|
AboveNode | Represents above node TreeViewDropPosition. |
All | Represents all TreeViewDropPositions. |
BelowNode | Represents below node TreeViewDropPositions. |
None | Represents none Position. |
OnNode | Represents onnode TreeViewDropPosition. |