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