Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WizardType Type

Lists the values that specify the wizard.

#Declaration

TypeScript
export type WizardType = DevExpress.Analytics.Wizard.DataSourceWizard | DevExpress.Analytics.Wizard.FullscreenDataSourceWizard | DevExpress.Reporting.Designer.Wizard.FullscreenReportWizard | DevExpress.Reporting.Designer.Wizard.ReportWizard | DevExpress.Analytics.Wizard.MultiQueryDataSourceWizard

#Members

Type Description
DataSourceWizard

The Data Source Wizard that allows users to edit an existing data source.

FullscreenDataSourceWizard

The Data Source Wizard that allows users to create a new data source.

FullscreenReportWizard

The Report Wizard.

ReportWizard
MultiQueryDataSourceWizard

#Remarks

Use these enumeration values in the client-side CustomizeWizard event to access the wizard.