Specifies the template context.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class PivotGridDataCellTemplateContext
Inheritance: objectPivotGridDataCellTemplateContext
Constructors
C#
public PivotGridDataCellTemplateContext()
Properties
Specifies the formatted value of the cell.
C#
public string FormattedValue { get; set; }