Skip to main content
A newer version of this page is available. .

DashboardDesigner.DataSourceWizard Property

Allows you to customize the Data Source wizard used to create new data sources in the DashboardDesigner.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.2.Win.dll

Declaration

public DashboardDesignerDataSourceWizardSettings DataSourceWizard { get; }

Property Value

Type Description
DashboardDesignerDataSourceWizardSettings

A DashboardDesignerDataSourceWizardSettings object that provides access to the Data Source wizard settings.

Remarks

The following code snippet displays all available data source types on the Data Source wizard page.

dashboardDesigner1.DataSourceWizard.AvailableDataSourceTypes = DevExpress.DashboardWin.DashboardDesignerDataSourceType.All;

Data Source Wizard Start Page

Note

The Data Federation type is available if the dashboard has at least one data source.

See Also