Class PivotGridCalculatedItem
Inheritance
System.Object
PivotGridCalculatedItem
Namespace: Telerik.Blazor.Components.PivotGrid.Engine.Items
Assembly: Telerik.Blazor.dll
Syntax
public class PivotGridCalculatedItem : Object
Constructors
PivotGridCalculatedItem()
Declaration
public PivotGridCalculatedItem()
Properties
GroupName
Set Group Name that will appear in the group headers for this item.
Declaration
public virtual string GroupName { get; set; }
Property Value
System.String
|
SolveOrder
Gets or sets the solve order of the calculated item.
Declaration
public virtual int SolveOrder { get; set; }
Property Value
System.Int32
|
Remarks
The summary for coordinate participating in calculated items in both row and column will be calculated based on the calculated item with larger solve order.