IAggregateSummaryValues
Interface
Expose method to get aggregate value based on group name.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public interface IAggregateSummaryValues
Properties
Gets the coordinate for which an aggregate value is requested.
C#
Coordinate Coordinate { get; }
Methods
Gets an aggregate value for given group name.
C#
AggregateValue GetAggregateValue(object groupName)
The name of the group which aggregate value is requested.
Returns:The aggregate value for this property name.