VGridRows.GetEnumerator() Method
Returns an enumerator that iterates through the collection.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Returns
Type | Description |
---|---|
IEnumerator<BaseRow> | An IEnumerator<BaseRow> object that can be used to iterate through the collection. |
See Also