ASPxClientTreeViewNode.index Property
In This Article
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 Tree |
#Remarks
Use the index property, to obtain the index of a node within its parent node’s TreeViewNode.Nodes collection.
See Also