Class
PivotGridDataCellTemplateContext

Specifies the template context.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class PivotGridDataCellTemplateContext

Inheritance: objectPivotGridDataCellTemplateContext

Constructors

PivotGridDataCellTemplateContext()

Declaration

cs-api-definition
public PivotGridDataCellTemplateContext()

Properties

FormattedValue

Specifies the formatted value of the cell.

Declaration

cs-api-definition
public string FormattedValue { get; set; }

Property Value

string

Value

Specifies the (raw) value of the cell.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object