Class PivotGridDataCellTemplateContext
Specifies the template context.
Inheritance
System.Object
PivotGridDataCellTemplateContext
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class PivotGridDataCellTemplateContext : Object
Constructors
PivotGridDataCellTemplateContext()
Declaration
public PivotGridDataCellTemplateContext()
Properties
FormattedValue
Specifies the formatted value of the cell.
Declaration
public string FormattedValue { get; set; }
Property Value
System.String
|
Value
Specifies the (raw) value of the cell.
Declaration
public object Value { get; set; }
Property Value
System.Object
|