Class PivotGridAggregateField
Inherited Members
Namespace: Telerik.Blazor.Components.PivotGrid.Core.Fields
Assembly: Telerik.Blazor.dll
Syntax
public class PivotGridAggregateField : PivotGridField, IDisposable
Constructors
PivotGridAggregateField()
Declaration
public PivotGridAggregateField()
PivotGridAggregateField(AggregateDescriptionBase)
Declaration
public PivotGridAggregateField(AggregateDescriptionBase groupDescription)
Parameters
Telerik.Pivot.Core.AggregateDescriptionBase
groupDescription
|
Properties
Aggregate
Declaration
public PivotGridAggregateType Aggregate { get; set; }
Property Value
PivotGridAggregateType
|
AggregateIndex
Declaration
public int AggregateIndex { get; }
Property Value
System.Int32
|
CalculationAggregates
Declaration
public virtual AggregateFunction[] CalculationAggregates { get; set; }
Property Value
Telerik.Pivot.Core.Aggregates.AggregateFunction[]
|
CalculationDataFields
Declaration
public virtual string[] CalculationDataFields { get; set; }
Property Value
System.String[]
|
CalculationExpression
Declaration
public virtual string CalculationExpression { get; set; }
Property Value
System.String
|
GrandTotalAggregateFormatString
Declaration
public virtual string GrandTotalAggregateFormatString { get; set; }
Property Value
System.String
|
GroupDescription
Declaration
public AggregateDescriptionBase GroupDescription { get; set; }
Property Value
Telerik.Pivot.Core.AggregateDescriptionBase
|
IgnoreNullValues
Declaration
public virtual bool IgnoreNullValues { get; set; }
Property Value
System.Boolean
|
TotalFormat
Declaration
public PivotGridTotalFormat TotalFormat { get; set; }
Property Value
PivotGridTotalFormat
|
Methods
MapToCoreTotalFormat(PivotGridTotalFormat)
Declaration
public TotalFormat MapToCoreTotalFormat(PivotGridTotalFormat totalFormat)
Parameters
PivotGridTotalFormat
totalFormat
|
Returns
Telerik.Pivot.Core.Totals.TotalFormat
|
OnDescriptionInfoChanged()
Declaration
protected override void OnDescriptionInfoChanged()