TreeListNodeIterator.Current Property
In This Article
Gets the current node.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListNode Current { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
To obtain the next node, use the TreeListNodeIterator.GetNext method.
See Also