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

WizardGroup.GetEnumerator() Method

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

Namespace: DevExpress.XtraCharts.Wizard

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

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