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

DashboardDesignerDataSourceWizardSettings.AvailableDataSourceTypes Property

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.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.

Available values:

Name Description
Sql

Identifies the Database data source type.

Olap

Identifies the Olap data source type.

Object

Identifies the Object Binding data source type.

EF

Identifies the Entity Framework data source type.

Excel

Identifies the Microsoft Excel workbook / CSV file data source type.

Extract

Identifies the Data Extract data source type.

Default

The default set of data source types is displayed in the Data Source wizard.

All

All supported data source types are displayed in the Data Source wizard.

Property Paths

You can access this nested property as listed below:

Object Type Path to AvailableDataSourceTypes
DashboardDesigner
.DataSourceWizard.AvailableDataSourceTypes

Remarks

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

DataSourceWizard_Database

See Also