InterfaceIAggregateContext
Interface
Provides initialization context for AggregateValue.
Definition
Namespace:Telerik.Pivot.Core.Aggregates
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public interface IAggregateContext
Properties
DataType
Gets the type of the data item.
HasCalculatedGroups
Gets a value that indicates if there are calculated groups with calculated AggregateValues. If there are calculated groups they may store values of types different than the DataType. In that case it is recommended to provide AggregateValue that accumulate and merge AggregateValue convertible to double.