Skip to main content
A newer version of this page is available. .
Tab

ASPxTreeView.RootNode Property

Gets the root node of the ASPxTreeView object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public TreeViewNode RootNode { get; }

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