VGridRows.GetEnumerator() Method
In This Article
Returns an enumerator that iterates through the collection.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public virtual IEnumerator<BaseRow> GetEnumerator()
#Returns
Type | Description |
---|---|
IEnumerator<Base |
An IEnumerator |
See Also