BootstrapClientTreeView.GetRootNode Method
Gets the root node of the Tree View control.
Declaration
GetRootNode(): BootstrapClientTreeViewNode
Returns
Type | Description |
---|---|
BootstrapClientTreeViewNode | A BootstrapClientTreeViewNode object representing a root node. |
Remarks
The root node is a parent node for all nodes displayed within the Tree View. To determine a root node on the server, use the ASPxTreeView.RootNode property. The collection of its child nodes can be accessed via the Nodes property.
See Also