[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.Node.GetNode

GetNode Method

GetNode(NodeTypeEnum)

Returns a reference to a node located at a given position relative to this node.

Declaration
public Node GetNode(NodeTypeEnum position)
Parameters
Type Name Description
NodeTypeEnum position

A value from the NodeTypeEnum enumeration that specifies the position relative to this node.

Returns
Type Description
Node

A node object.

Remarks

If the node requested does not exist, GetNode(NodeTypeEnum) returns null (for example, the root node does not have a previous sibling).