Skip to main content

ASPxTreeList.GetVisibleNodes() Method

In This Article

Returns a list of nodes that are visible on-screen.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public List<TreeListNode> GetVisibleNodes()

#Returns

Type Description
List<TreeListNode>

The list of TreeListNode objects that represent visible nodes.

See Also