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

WizardTypeString Type

Lists the values that identify the wizard type.

#Declaration

TypeScript
export type WizardTypeString = "SingleQueryDataSourceWizard" | "DataSourceWizard" | "ReportWizard"

#Members

Name Description
"SingleQueryDataSourceWizard"

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

"DataSourceWizard"

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

"ReportWizard"

The Report Wizard.

#Remarks

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