[]
        
(Showing Draft Content)

DropPosition Enumeration

DropPosition Enumeration

Specifies the position where a TreeNode is being dropped during a drag and drop operation.

Enumeration members

Enumeration members

After

After: = 1

The node will become the next sibling of the target node.

Before

Before: = 0

The node will become the previous sibling of the target node.

Into

Into: = 2

The node will become the last child of the target node.