Back to Devexpress

TreeListNode.RootNode Property

windowsforms-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-c7c0ef0f.md

latest1.4 KB
Original Source

TreeListNode.RootNode Property

Gets a node at the root level which contains the current node as a child.

Namespace : DevExpress.XtraTreeList.Nodes

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[Browsable(false)]
public virtual TreeListNode RootNode { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property RootNode As TreeListNode

Property Value

TypeDescription
TreeListNode

The node at the root level which contains the current node as a child.

|

Remarks

The RootNode property for a node at the root level returns the node itself.

See Also

TreeListNode Class

TreeListNode Members

DevExpress.XtraTreeList.Nodes Namespace