WizardPageCollection.Remove(BaseWizardPage) Method
Removes the specified wizard page from 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 remove from the collection. |
See Also