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

DashboardDesigner.SelectedDataSource Property

Gets or sets the currently selected data source.

Namespace: DevExpress.DashboardWin

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

Declaration

[Browsable(false)]
public IDashboardDataSource SelectedDataSource { get; set; }

Property Value

Type Description
IDashboardDataSource

An object implementing the IDashboardDataSource interface that specifies the currently selected data source.

Remarks

Use the DashboardDesigner.SelectedDataMember property to specify the currently selected data member.

The currently selected data source and data member are displayed in the Data Source Browser.

See Also