ASPxTreeList.Nodes Property
In This Article
Provides access to the root nodes child collection.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListNodeCollection Nodes { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
This collection can also be accessed via the root node’s TreeListNode.ChildNodes property. The root node can be accessed via the ASPxTreeList.RootNode property.
For more information, see Nodes.
See Also