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

DashboardDesignerDataSourceWizardSettings Class

Contains settings used to customize the Data Source wizard used to create new data sources in the DashboardDesigner.

Namespace: DevExpress.DashboardWin

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

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

public class DashboardDesignerDataSourceWizardSettings :
    DataSourceWizardSettings

Remarks

The DashboardDesigner exposes the DashboardDesigner.DataSourceWizard property that returns the DashboardDesignerDataSourceWizardSettings object and allows you to change the Data Source wizard settings.

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

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

DataSourceWizard_Database

Note

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

Inheritance

Object
DataSourceWizardSettings
DashboardDesignerDataSourceWizardSettings
See Also