ASPxClientTreeView.GetRootNode Method
In This Article
Gets the root node of the ASPxTreeView object.
#Declaration
TypeScript
GetRootNode(): ASPxClientTreeViewNode
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
The root node is a parent node for all nodes displayed within the ASPxTreeView. 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