New to Telerik UI for WinFormsStart a free 30-day trial

Provides initialization context for AggregateValue.

Definition

Namespace:Telerik.Pivot.Core.Aggregates

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public interface IAggregateContext

Properties

Gets the type of the data item.

C#
Type DataType { get; }

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.

C#
bool HasCalculatedGroups { get; }
In this article
DefinitionPropertiesDataTypeHasCalculatedGroups
Not finding the help you need?
Contact Support