Skip to main content
A newer version of this page is available. .

ASPxTreeList.GetVisibleNodes() Method

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

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public List<TreeListNode> GetVisibleNodes()

Returns

Type Description
List<TreeListNode>

The list of TreeListNode objects that represent visible nodes.

See Also