Skip to main content

ASPxTreeList.Nodes Property

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
TreeListNodeCollection

A TreeListNodeCollection object that represents the collection of child nodes owned by the root node.

#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