Skip to main content

WizardPageCollection.Remove(BaseWizardPage) Method

Removes the specified wizard page from the collection.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

public virtual void Remove(
    BaseWizardPage page
)

Parameters

Name Type Description
page BaseWizardPage

A BaseWizardPage object to remove from the collection.

See Also