ASPxTreeList.Nodes Property
Provides access to the root nodes child collection.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll
Declaration
public TreeListNodeCollection Nodes { get; }
Public ReadOnly Property Nodes As TreeListNodeCollection
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
Feedback