DashboardDataSourceWizardSettings.AvailableSqlDataProviders Property
Gets or sets SQL data providers available in the Data Source wizard.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v25.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
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 |
|
Remarks
The following Data Source wizard page shows the available data providers.

You can limit data providers displayed on this page. For example, set AvailableSqlDataProviders to CustomConnectionString to display only a Custom connection string along with available data sources:

Use the DashboardDesignerDataSourceWizardSettings.AvailableDataSourceTypes property to specify the data sources displayed on the page.