Skip to main content

TreeListNodeIterator(TreeListNode) Constructor

Initializes a new instance of the TreeListNodeIterator class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public TreeListNodeIterator(
    TreeListNode startNode
)

#Parameters

Name Type Description
startNode TreeListNode

A TreeListNode object that is a starting node.

#Remarks

In this instance, the TreeListNodeIterator object iterates through all nodes (including hidden nodes).

See Also