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

DashboardDataSourceWizardSettings.AvailableDataSourceTypes Property

Gets or sets data source types available in the Data Source wizard.

Namespace: DevExpress.DashboardWin

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

Declaration

[DefaultValue(DashboardDesignerDataSourceType.Default)]
public DashboardDesignerDataSourceType AvailableDataSourceTypes { get; set; }

Property Value

Type Default Description
DashboardDesignerDataSourceType **Default**

A DashboardDesignerDataSourceType enumeration value that specifies data source types available in the Data Source wizard.

Property Paths

You can access this nested property as listed below:

Object Type Path to AvailableDataSourceTypes
DashboardDesigner
.DataSourceWizardSettings.AvailableDataSourceTypes

Remarks

The following Data Source wizard page shows the available data source types.

DataSourceWizard_Database

See Also