WizardPageCollection.IndexOf(BaseWizardPage) Method
Returns the position of the wizard page within the collection.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.dll
NuGet Package: DevExpress.Win
Declaration
Parameters
Name | Type | Description |
---|---|---|
page | BaseWizardPage | A BaseWizardPage object to locate in the collection. |
Returns
Type | Description |
---|---|
Int32 | A zero-based index of the specified wizard page in the collection. -1 if the collection doesn’t contain the specified page. |
See Also