Skip to main content

ASPxClientTreeView.GetRootNode Method

Gets the root node of the ASPxTreeView object.

Declaration

GetRootNode(): ASPxClientTreeViewNode

Returns

Type Description
ASPxClientTreeViewNode

An ASPxClientTreeViewNode object representing a root node.

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