Class PivotGridCalculationEventArgs
Inheritance
System.Object
PivotGridCalculationEventArgs
Namespace: Telerik.Blazor.Components.PivotGrid.EventArgs.Internal
Assembly: Telerik.Blazor.dll
Syntax
public class PivotGridCalculationEventArgs : Object
Constructors
PivotGridCalculationEventArgs()
Declaration
public PivotGridCalculationEventArgs()
Properties
CalculatedValue
Declaration
public AggregateValue CalculatedValue { get; set; }
Property Value
Telerik.Pivot.Core.Aggregates.AggregateValue
|
DataField
Declaration
public string DataField { get; }
Property Value
System.String
|
GroupName
Declaration
public object GroupName { get; }
Property Value
System.Object
|
Methods
GetAggregateSummaryValue(Object)
Declaration
public AggregateValue GetAggregateSummaryValue(object groupName)
Parameters
System.Object
groupName
|
Returns
Telerik.Pivot.Core.Aggregates.AggregateValue
|
GetAggregateValue(String, Object)
Declaration
public AggregateValue GetAggregateValue(string fieldName, object aggregateFunction = null)
Parameters
System.String
fieldName
|
System.Object
aggregateFunction
|
Returns
Telerik.Pivot.Core.Aggregates.AggregateValue
|