VGridControlBase.RowsIterator Property
In This Article
Provides access to the Rows Iterator.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
[Browsable(false)]
public VGridRowsIterator RowsIterator { get; }
#Property Value
Type | Description |
---|---|
VGrid |
A VGrid |
#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