ASPxTreeList.GetVisibleNodes() Method
In This Article
Returns a list of nodes that are visible on-screen.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
#Declaration
public List<TreeListNode> GetVisibleNodes()
#Returns
Type | Description |
---|---|
List<Tree |
The list of Tree |
See Also