ASPxTreeView.RootNode Property
In This Article
Gets the root node of the ASPxTreeView object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeViewNode RootNode { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
The Root node is a parent node for all nodes displayed within the ASPxTreeView. This is a special node which isn’t displayed within the ASPxTreeView. The collection of its child nodes can be accessed via the ASPxTreeView.Nodes property.
See Also