Skip to main content

WizardGroup.UnregisterPage(WizardPage) Method

Removes a page from a Wizard.

Namespace: DevExpress.XtraCharts.Wizard

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public void UnregisterPage(
    WizardPage page
)

Parameters

Name Type Description
page WizardPage

A WizardPage object, representing a page to remove.

Remarks

The method removes a page from the Wizard’s page collection, so it is not shown and becomes unavailable. To display the page within the Wizard, use the appropriate WizardGroup.RegisterPage method.

See Also