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

DataItemContainer Class

Serves as the base class for data item containers.

Namespace: DevExpress.DashboardCommon

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

Declaration

public abstract class DataItemContainer :
    IDataItemHolder,
    IChangeService,
    IDataItemContext,
    IFormatOwnerContext,
    IDisposable

Remarks

In the most simple scenarios, dashboard items use collections of data items (DataItem) to define their data binding. In more advanced cases, dashboard items require collections of data item sets (pairs, most commonly) to bind to data. For instance, this includes dashboard items that calculate the difference between two measures and therefore need a collection of measure pairs to be specified.

These data item sets are represented by the DataItemContainer class descendants.

See Also