MultiQueryDataSourceWizardExtension Class
A Web Dashboard extension that is the Multi Query Data Source Wizard.
Declaration
export class MultiQueryDataSourceWizardExtension extends DataSourceWizardExtension
Remarks
The Web Dashboard supports two Data Source Wizard types:
- DataSourceWizardExtension - a standard wizard.
MultiQueryDataSourceWizardExtension
- a multi-query version.
The Web Dashboard uses the DataSourceWizardExtension by default. The code snippet below shows how to enable the other wizard:
dashboardControl.unregisterExtension('dataSourceWizard');
dashboardControl.registerExtension(new DevExpress.Dashboard.MultiQueryDataSourceWizardExtension(dashboardControl));
After that the wizard’s layout is switched to a multi-query version.
See the following topic for information on how to use the DashboardControl’s client-side API: Extensions Overview.
Inherited Members
Inheritance
DataSourceWizardExtension
MultiQueryDataSourceWizardExtension
constructor(dashboardControl)
Initializes a new instance of the MultiQueryDataSourceWizardExtension
class with specified settings.
Declaration
constructor(
dashboardControl: DevExpress.Dashboard.DashboardControl,
options?: DataSourceWizardExtensionOptions
)
Parameters
Name | Type |
---|---|
dashboardControl | DashboardControl |
options | DataSourceWizardExtensionOptions |