Back to Devexpress

DataSourceCollection Class

dashboard-devexpress-dot-dashboardcommon-84d99eed.md

latest2.5 KB
Original Source

DataSourceCollection Class

A collection that contains dashboard data sources.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DataSourceCollection :
    NamedItemCollection<IDashboardDataSource>
vb
Public Class DataSourceCollection
    Inherits NamedItemCollection(Of IDashboardDataSource)

The following members return DataSourceCollection objects:

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

Object Collection<IDashboardDataSource> NotifyingCollection<IDashboardDataSource> NamedItemCollection<IDashboardDataSource> DataSourceCollection

See Also

DataSourceCollection Members

Object Data Source

DevExpress.DashboardCommon Namespace