Back to Devexpress

ASPxTreeView.RootNode Property

aspnet-devexpress-dot-web-dot-aspxtreeview.md

latest1.3 KB
Original Source

ASPxTreeView.RootNode Property

Gets the root node of the ASPxTreeView object.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public TreeViewNode RootNode { get; }
vb
Public ReadOnly Property RootNode As TreeViewNode

Property Value

TypeDescription
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

Tree View

ASPxTreeView Class

ASPxTreeView Members

DevExpress.Web Namespace