Back to Devexpress

VGridRows.GetEnumerator() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridrows-0e020bda.md

latest1.4 KB
Original Source

VGridRows.GetEnumerator() Method

Returns an enumerator that iterates through the collection.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public virtual IEnumerator<BaseRow> GetEnumerator()
vb
Public Overridable Function GetEnumerator As IEnumerator(Of BaseRow)

Returns

TypeDescription
IEnumerator<BaseRow>

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

|

See Also

VGridRows Class

VGridRows Members

DevExpress.XtraVerticalGrid.Rows Namespace