Class CaptionTemplateContext
Class that defines template context detail of CaptionTemplate. CaptionTemplate
Inheritance
System.Object
CaptionTemplateContext
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class CaptionTemplateContext : Object
Constructors
CaptionTemplateContext()
Declaration
public CaptionTemplateContext()
Properties
Count
Gets count value which specified the number of records in the group.
Declaration
public int Count { get; }
Property Value
Type |
---|
System.Int32 |
Field
Gets the current group field name.
Declaration
public string Field { get; }
Property Value
Type |
---|
System.String |
ForeignKey
Gets corresponding grouped foreign key value.
Declaration
public string ForeignKey { get; }
Property Value
Type |
---|
System.String |
ForeignKeyValue
Gets the current foreign key value name.
Declaration
public string ForeignKeyValue { get; }
Property Value
Type |
---|
System.String |
GroupGuid
Gets the group GUID.
Declaration
public string GroupGuid { get; }
Property Value
Type |
---|
System.String |
HeaderText
Gets header text of the grouped column.
Declaration
public string HeaderText { get; }
Property Value
Type |
---|
System.String |
Key
Gets grouped data key value.
Declaration
public string Key { get; }
Property Value
Type |
---|
System.String |
Level
Gets depth or level in which the group caption is present.
Declaration
public int Level { get; }
Property Value
Type |
---|
System.Int32 |