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

TreeListNodeIterator.Current Property

Gets the current node.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListNode Current { get; }

Property Value

Type Description
TreeListNode

A TreeListNode object that represents the current node.

Remarks

To obtain the next node, use the TreeListNodeIterator.GetNext method.

See Also