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

DashboardDataSourceWizardSettings.AvailableSqlDataProviders Property

Gets or sets SQL data providers available in the Data Source wizard.

Namespace: DevExpress.DashboardWin

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

Declaration

[DefaultValue(DashboardSqlDataProvider.All)]
public DashboardSqlDataProvider AvailableSqlDataProviders { get; set; }

Property Value

Type Default Description
DashboardSqlDataProvider **All**

A DashboardSqlDataProvider enumeration value that specifies data providers available in the Data Source wizard.

Property Paths

You can access this nested property as listed below:

Object Type Path to AvailableSqlDataProviders
DashboardDesigner
.DataSourceWizardSettings.AvailableSqlDataProviders

Remarks

The following Data Source wizard page shows the available data providers.

DataSourceWizard_AvailableDataProviders

See Also