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

ChartWizard.UnregisterGroup(WizardGroup) Method

Removes the specified group of pages from the Chart Wizard instance.

Namespace: DevExpress.XtraCharts.Wizard

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

Declaration

public void UnregisterGroup(
    WizardGroup group
)

Parameters

Name Type Description
group WizardGroup

A WizardGroup object, representing a group to delete.

Remarks

Use the UnregisterGroup method to hide an unwanted group of pages from view by the end-user.

See Also