Back to Devexpress

DashboardDesigner.SelectedDataSource Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-887dca81.md

latest1.7 KB
Original Source

DashboardDesigner.SelectedDataSource Property

Gets or sets the currently selected data source.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Browsable(false)]
public IDashboardDataSource SelectedDataSource { get; set; }
vb
<Browsable(False)>
Public Property SelectedDataSource As IDashboardDataSource

Property Value

TypeDescription
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

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace