Skip to main content

ASPxClientTreeViewNode.index Property

Gets the node’s index within the parent’s collection of nodes.

#Declaration

TypeScript
index: number

#Property Value

Type Description
number

The node’s index within the TreeViewNode.Nodes collection of the node to which the node belongs.

#Remarks

Use the index property, to obtain the index of a node within its parent node’s TreeViewNode.Nodes collection.

See Also