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

ASPxTreeList.CreateNodeIterator(Boolean) Method

Returns a new Node Iterator with the specified settings.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListNodeIterator CreateNodeIterator(
    bool useFilteredNodes = false
)

Optional Parameters

Name Type Default Description
useFilteredNodes Boolean False

true, to iterate through filtered nodes; otherwise, false.

Returns

Type Description
TreeListNodeIterator

A TreeListNodeIterator object that enables you to traverse through nodes contained within the ASPxTreeList.

See Also