Skip to main content
A newer version of this page is available. .

ASPxClientTreeViewNode.index Property

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

Declaration

index: number

Property Value

Type Description
number

An integer value representing the node’s zero-based 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