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

WizardPage.WizardPageType Property

Gets the Wizard page’s type.

Namespace: DevExpress.XtraCharts.Wizard

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

Declaration

public WizardPageType WizardPageType { get; }

Property Value

Type Description
WizardPageType

A WizardPageType enumeration member, characterizing the type of a page.

Available values:

Show 14 items
Name Description
ChartType

ChartWizard-ChartTypePage

Appearance

ChartWizard-AppearancePage

SeriesSettings

ChartWizard-SeriesPage

The tabs on this page cannot be hidden, so the WizardSeriesPage.HiddenPageTabs property does not exist.

Data

ChartWizard-DataPage

Chart

ChartWizard-ChartPage

View

ChartWizard-SeriesViewPage

SeriesLabels

ChartWizard-SeriesLabelPage

Axes

ChartWizard-AxesPage

Legend

ChartWizard-LegendPage

Titles

ChartWizard-TitlesPage

Diagram

ChartWizard-DiagramPage

Panes

ChartWizard-PanesPage

UserDefined

This type signifies a page which is not inherent to the ChartWizard. It is for internal use. You cannot register a page of this type.

Annotations

ChartWizard-AnnotationsPage

Remarks

The WizardPageType property is assigned when the Wizard’s page is created or registered via the WizardGroup.RegisterPage method.

If the user registers a page, the WizardPageType property of this page returns a WizardPageType.UserDefined value.

See Also