DashboardDesigner.SelectedDataSource Property
Gets or sets the currently selected data source.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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