DashboardDesigner.SelectedDataSource Property
In This Article
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 |
---|---|
IDashboard |
An object implementing the IDashboard |
#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