IDashboardWizardEventArgs Interface
Provides data for the CustomizeDataSourceWizard event.
#Declaration
TypeScript
export interface IDashboardWizardEventArgs extends IWizardEventArgs<DevExpress.Analytics.Wizard.BaseWizard>
#Remarks
Use the DataSourceWizardExtensionOptions.onCustomizeDataSourceWizard property to handle the CustomizeDataSourceWizard event.
#Properties
#type Property
Specifies the wizard’s type.
#Declaration
TypeScript
type: DataSourceWizardType
#Property Value
Type | Description |
---|---|
Data |
A value that specifies the wizard’s type. |