Skip to main content
A newer version of this page is available. .

DataSourceCollection Class

A collection that contains dashboard data sources.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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.

See Also