ASPxTreeView.RootNode Property
Gets the root node of the ASPxTreeView object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
TreeViewNode | A TreeViewNode object that represents the root node. |
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