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

DashboardDesigner.DataSourceWizardSettings Property

Gets or sets settings used to customize the Data Source wizard used to create new data sources in the DashboardDesigner.

Namespace: DevExpress.DashboardWin

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

Declaration

[Browsable(false)]
public DashboardDataSourceWizardSettings DataSourceWizardSettings { get; }

Property Value

Type Description
DashboardDataSourceWizardSettings

A DashboardDataSourceWizardSettings object containing settings used to customize the Data Source wizard used to create new data sources in the DashboardDesigner.

Remarks

To learn more, see How to Customize the Data Source Wizard.

See Also