New to Telerik UI for BlazorStart a free 30-day trial

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; }

Specifies the (raw) value of the cell.

C#
public object Value { get; set; }