WizardGroup.GetPageIndex(WizardPage) Method
Gets a Chart Wizard’s page index representing its position within the collection.
Namespace: DevExpress.XtraCharts.Wizard
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
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