ColumnSummariesSet.GetEnumerator() Method
Returns an enumerator that iterates through a collection.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Returns
Type | Description |
---|---|
IEnumerator<ColumnSummaries> | An enumerator object that can be used to iterate through the collection. |
See Also