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

TreeListFilterNodeIterator(TreeListNode) Constructor

Initializes a new instance of the TreeListFilterNodeIterator class.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListFilterNodeIterator(
    TreeListNode startNode
)

Parameters

Name Type Description
startNode TreeListNode

A TreeListNode object.

See Also