Enum TreeViewDropPositions
Defines the constants that specifies the position where a drop can occur during drag-and-drop.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
[Flags]
public enum TreeViewDropPositions
Fields
| Name | Description |
|---|---|
| AboveNode | Applied drop option in above node position. |
| All | Applied drop option in all position of node. |
| BelowNode | Applied drop option in below node position. |
| None | None of the drop option. |
| OnNode | Applied drop option on the node position. |