Back to Devexpress

VGridRows.Iterator Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridrows-de39d654.md

latest1.9 KB
Original Source

VGridRows.Iterator Property

Provides access to the Rows Iterator.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[Browsable(false)]
public VGridRowsIterator Iterator { get; }
vb
<Browsable(False)>
Public ReadOnly Property Iterator As VGridRowsIterator

Property Value

TypeDescription
VGridRowsIterator

A VGridRowsIterator object that represents the Rows Iterator.

|

Remarks

The Rows Iterator is capable of traversing through the rows that are arranged into a tree (it implements recursive code for this purpose). Thus, you don’t need to write any code to traverse through grid rows. For more information, see Tree Traversal.

See Also

Tree Traversal

VGridRows Class

VGridRows Members

DevExpress.XtraVerticalGrid.Rows Namespace