DataSourceCollection Class
A collection that contains dashboard data sources.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Remarks
The DataSourceCollection
collection contains objects implementing the IDashboardDataSource interface. These objects are used to supply dashboards with data.
Use the Dashboard.DataSources property to access the collection of dashboard data sources. Each data-aware dashboard item exposes the DataDashboardItem.DataSource property that specifies a data source to which the dashboard item is bound. Use the data source’s ComponentName
property to find the data source in DataSourceCollection
.
Inheritance
See Also