[]
        
(Showing Draft Content)

C1.Win.TreeView.DragDropPosition

DragDropPosition Enum

Defines the position for drop of C1TreeNode.

Namespace: C1.Win.TreeView
Assembly: C1.Win.TreeView.8.dll
Syntax
public enum DragDropPosition

Fields

Name Description
After

Node dropped after current node.

Before

Node dropped before current node.

Inner

Node dropped into current node.

None