TreeListNodeIterator.Current Property
Gets the current node.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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