Skip to main content

WizardPageCollection.IndexOf(BaseWizardPage) Method

Returns the position of the wizard page within the collection.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

public virtual int IndexOf(
    BaseWizardPage page
)

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