Skip to main content

DataSourceCollection Class

A collection that contains dashboard data sources.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class DataSourceCollection :
    NamedItemCollection<IDashboardDataSource>

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.

See Also