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

ChartWizard.GetGroupIndex(WizardGroup) Method

Gets a Chart Wizard’s page group index, representing its position within the collection.

Namespace: DevExpress.XtraCharts.Wizard

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

Declaration

public int GetGroupIndex(
    WizardGroup group
)

Parameters

Name Type Description
group WizardGroup

A WizardGroup object, whose index is to be obtained.

Returns

Type Description
Int32

A zero-based integer specifying the group’s position within the collection.

See Also