TreeList.Nodes Property
Provides access to the collection of the TreeList’s root nodes.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v22.2.dll
NuGet Package: DevExpress.Win.TreeList
Declaration
Property Value
Type | Description |
---|---|
TreeListNodes | The collection of root nodes. |
Remarks
The Nodes returns a collection of the control’s root nodes. Every node can have child nodes which can be accessed with the TreeListNode.Nodes property. In turn, child nodes refer to their parents via the TreeListNode.ParentNode property.
See Also