C1.Win.C1FlexGrid Namespace : NodeMoveEnum Enumeration |
'Declaration
Public Enum NodeMoveEnum Inherits System.Enum
'Usage
Dim instance As NodeMoveEnum
public enum NodeMoveEnum : System.Enum
public enum class NodeMoveEnum : public 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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2