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