'Declaration
Public Enum NodeMoveEnum Inherits System.Enum
public enum NodeMoveEnum : System.Enum
'Declaration
Public Enum NodeMoveEnum Inherits System.Enum
public enum NodeMoveEnum : System.Enum
Member | Description |
---|---|
ChildOf | Make the node a child of the specified node. |
Down | Move the node to the position after its next sibling. |
First | Move the node to the position before its first sibling. |
In | Move the node one level in, deeper into the outline. |
Last | Move the node to the position after its last sibling. |
Out | Move the node one level out, towards the root. |
Up | Move the node to the position before its previous sibling. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.NodeMoveEnum