ASPxTreeList.CreateNodeIterator(Boolean) Method
Returns a new Node Iterator with the specified settings.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
useFilteredNodes | Boolean | False |
|
Returns
Type | Description |
---|---|
TreeListNodeIterator | A TreeListNodeIterator object that enables you to traverse through nodes contained within the ASPxTreeList. |
See Also