BootstrapClientTreeViewNode Properties
Represents a client-side equivalent of the TreeView’s BootstrapTreeViewNode object.Name | Description |
---|---|
index | Gets the node’s index within the parent’s collection of nodes. Inherited from ASPxClientTreeViewNode. |
name | Gets the name that uniquely identifies the node. Inherited from ASPxClientTreeViewNode. |
parent | Gets the current node’s parent node. |
treeView | Gets the BootstrapClientTreeView object to which the current node belongs. |
See Also