ClassPivotGridCalculatedItem
Class
Definition
Namespace:Telerik.Blazor.Components.PivotGrid.Engine.Items
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class PivotGridCalculatedItem
Inheritance: objectPivotGridCalculatedItem
Constructors
PivotGridCalculatedItem()
Declaration
cs-api-definition
public PivotGridCalculatedItem()
Properties
GroupName
Set Group Name that will appear in the group headers for this item.
SolveOrder
Gets or sets the solve order of the calculated item.
Declaration
cs-api-definition
public virtual int SolveOrder { get; set; }
Property Value
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.