Skip to main content

ASPxTreeList.GetVisibleNodes() Method

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.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