ASPxClientTreeViewNode Properties
Represents a client-side equivalent of the ASPxTreeView’s TreeViewNode object.Name | Description |
---|---|
index | Gets the node’s index within the parent’s collection of nodes. |
name | Gets the name that uniquely identifies the node. |
parent | Gets the current node’s parent node. |
treeView | Gets the client representation of the ASPxTreeView control to which the current node belongs. |
See Also