Skip to main content

WizardGroup.GetEnumerator() Method

Returns an enumerator that can iterate through the collection of ChartWizard groups.

Namespace: DevExpress.XtraCharts.Wizard

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public IEnumerator GetEnumerator()

Returns

Type Description
IEnumerator

An object which implements the IEnumerator interface.

Remarks

Enumerators can be used to read the data in the collection, but they cannot be used to modify the underlying collection.

See Also