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

DashboardDataSourceWizardSettings 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.v19.1.Win.dll

Declaration

public class DashboardDataSourceWizardSettings :
    SqlWizardSettings

Remarks

The DashboardDesigner exposes the DashboardDesigner.DataSourceWizardSettings property returning the DashboardDataSourceWizardSettings and allowing you to customize the Data Source wizard settings. To learn more, see How to Customize the Data Source Wizard.

Inheritance

Object
SqlWizardSettings
DashboardDataSourceWizardSettings
See Also