Skip to main content

DashboardDesigner.SelectedDataSource Property

Gets or sets the currently selected data source.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

#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