Skip to main content

TreeListFilterNodeIterator.GetNext() Method

Returns the next node.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public override TreeListNode GetNext()

Returns

Type Description
TreeListNode

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

Remarks

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

See Also