TreeListFilterNodeIterator.GetNext() Method
In This Article
Returns the next node.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public override TreeListNode GetNext()
#Returns
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
The current node is returned by the TreeListNodeIterator.Current property.
See Also