ASPxTreeList.GetAllNodes() Method
In This Article
Returns a list of all nodes displayed within the ASPxTreeList.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ICollection<TreeListNode> GetAllNodes()
#Returns
Type | Description |
---|---|
ICollection<Tree |
The collection which contains all nodes displayed within the ASPx |
#Remarks
The GetAllNodes method can be useful if you need to traverse through all nodes contained within the ASPxTreeList. This allows you to avoid using the Node Iterator.
See Also