[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.Node.Move

Move Method

Move(NodeMoveEnum, Node)

Moves a node to a new position.

Declaration
public bool Move(NodeMoveEnum moveTo, Node targetNode)
Parameters
Type Name Description
NodeMoveEnum moveTo

A value from the NodeMoveEnum enumeration that specifies where the node will be moved with respect to its current position.

Node targetNode

Node object to use as a target when the moveTo parameter is set to ChildOf.

Returns
Type Description
bool

Returns true if the method was successful, false otherwise.

Move(NodeMoveEnum)

Moves a node to a new position.

Declaration
public bool Move(NodeMoveEnum moveTo)
Parameters
Type Name Description
NodeMoveEnum moveTo

A value from the NodeMoveEnum enumeration that specifies where the node will be moved with respect to its current position.

Returns
Type Description
bool

Returns true if the method was successful, false otherwise.