Skip to main content

WizardGroup.GetPageIndex(WizardPage) Method

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

Namespace: DevExpress.XtraCharts.Wizard

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

NuGet Package: DevExpress.Win.Charts

Declaration

public int GetPageIndex(
    WizardPage page
)

Parameters

Name Type Description
page WizardPage

A WizardPage object, whose index is to be obtained.

Returns

Type Description
Int32

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

See Also