Skip to main content
A newer version of this page is available. .

WizardGroup.UnregisterPage(WizardPage) Method

Removes a page from a Wizard.

Namespace: DevExpress.XtraCharts.Wizard

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

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