[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.NodeMoveEnum

NodeMoveEnum Enum

Specifies the destination of nodes when they are moved with the Move(NodeMoveEnum, Node) method.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public enum NodeMoveEnum

Fields

Name 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.