DataItemContainer Class
In This Article
Serves as the base class for data item containers.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public abstract class DataItemContainer :
IDataItemHolder,
IChangeService,
IDataItemContext,
IFormatOwnerContext,
IDisposable,
ICustomPropertyProvider
#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.
#Implements
#Inheritance
See Also