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

ColumnSummariesSet.GetEnumerator() Method

Returns an enumerator that iterates through a collection.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public IEnumerator<ColumnSummaries> GetEnumerator()

Returns

Type Description
IEnumerator<ColumnSummaries>

An enumerator object that can be used to iterate through the collection.

Implements

See Also