Skip to main content

DashboardChooseDataSourceTypePageView.DataSourceType Property

Gets or sets the data source types available in the wizard page.

Namespace: DevExpress.DashboardWin.DataSourceWizard

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

Declaration

[DefaultValue(null)]
public DataSourceType DataSourceType { get; set; }

Property Value

Type Default Description
DataSourceType null

A DataSourceTypes object that specifies the data source types available in the wizard page.

Implements

See Also