Skip to main content
A newer version of this page is available. .

VGridRows.GetEnumerator() Method

Returns an enumerator that iterates through the collection.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public virtual IEnumerator<BaseRow> GetEnumerator()

Returns

Type Description
IEnumerator<BaseRow>

An IEnumerator<BaseRow> object that can be used to iterate through the collection.

See Also