Skip to main content

ColumnSummariesSet.GetEnumerator() Method

Returns an enumerator that iterates through a collection.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public IEnumerator<ColumnSummaries> GetEnumerator()

Returns

Type Description
IEnumerator<ColumnSummaries>

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

See Also