[]
Defines the position for drop of C1TreeNode.
public enum DragDropPosition
Name | Description |
---|---|
After | Node dropped after current node. |
Before | Node dropped before current node. |
Inner | Node dropped into current node. |
None |