Interface
IAggregateContext

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.

Declaration

cs-api-definition
Type DataType { get; }

Property Value

Type

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.

Declaration

cs-api-definition
bool HasCalculatedGroups { get; }

Property Value

bool

In this article
DefinitionPropertiesDataTypeHasCalculatedGroups
Not finding the help you need?
Contact Support