WizardPageCollection.Contains(BaseWizardPage) Method
Indicates whether the collection contains the specified wizard page.
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 |
---|---|
Boolean | true if the collection contains the specified wizard page; otherwise, false. |
See Also