Skip to main content

WizardPageCollection.Contains(BaseWizardPage) Method

Indicates whether the collection contains the specified wizard page.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

public virtual bool Contains(
    BaseWizardPage page
)

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