Skip to main content
All docs
V24.2

ASPxClientCustomizeDataSourceWizardEventArgs Class

Provides data for the ASPxClientDashboard.CustomizeDataSourceWizard event.

#Declaration

TypeScript
declare class ASPxClientCustomizeDataSourceWizardEventArgs extends ASPxClientEventArgs

#Remarks

Warning

A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl API to configure the Web Dashboard on the client. More information: Client-Side Functionality.

The corresponding DashboardControl’s event: DataSourceWizardExtensionOptions.onCustomizeDataSourceWizard.

#Inherited Members

#Inheritance

ASPxClientEventArgs
ASPxClientCustomizeDataSourceWizardEventArgs

#Properties

#Type Property

Specifies the wizard’s type.

#Declaration

TypeScript
Type: string

#Property Value

Type Description
string

A DataSourceWizardType value that specifies the wizard’s type.

#Wizard Property

Specifies the wizard.

#Declaration

TypeScript
Wizard: any

#Property Value

Type Description
any

The wizard.