TreeListNodeIterator(TreeListNodeCollection) Constructor
In This Article
Initializes a new instance of the TreeListNodeIterator class.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
start |
Tree |
A Tree |
#Remarks
In this instance, the TreeListNodeIterator object iterates through all nodes (including hidden nodes).
See Also