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

TreeListFilterNodeIterator.GetNextVisible() Method

Returns the next visible node.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public override TreeListNode GetNextVisible()

Returns

Type Description
TreeListNode

A TreeListNode object that represents the next visible node. null (Nothing in Visual Basic) if the current node is the last visible node within the ASPxTreeList.

Remarks

To get the next node (including collapsed nodes), use the TreeListNodeIterator.GetNext method.

The current node is returned by the TreeListNodeIterator.Current property.

See Also