Class PdfCaptionTemplateArgs
Provides information about an PdfGroupCaptionTemplateInfo event.
Inheritance
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfCaptionTemplateArgs : Object
Constructors
PdfCaptionTemplateArgs()
Declaration
public PdfCaptionTemplateArgs()
Properties
Cell
Gets the Syncfusion.PdfExport.PdfGridCell object that represents the current cell.
Declaration
public PdfGridCell Cell { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfGridCell | A |
Column
Gets the GridColumn object that represents the current cell's grouped column.
Declaration
public GridColumn Column { get; }
Property Value
Type | Description |
---|---|
GridColumn | A gridcolumn object that represents the current cell's grouped column. |
Count
Gets the count of the child data items of the grouped record.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 | An integer value that represents the count of the child data items of the grouped record. |
Field
Gets the Field name that is currently grouped.
Declaration
public string Field { get; }
Property Value
Type | Description |
---|---|
System.String | A string that represents the name of the field that is currently grouped. |
ForeignKey
Gets the grouped key value of the current foreign key column.
Declaration
public string ForeignKey { get; }
Property Value
Type | Description |
---|---|
System.String | A string that represents the grouped key value of the current foreign key column record. If the foreign key column is not grouped, the value of this property is null. |
ForeignKeyValue
Gets the foreign key value of the current grouped record.
Declaration
public string ForeignKeyValue { get; }
Property Value
Type | Description |
---|---|
System.String | A string that represents the foreign key value of the current grouped record. If the foreign key column is not grouped, the value of this property is null. |
HeaderText
Gets the HeaderText grouped column.
Declaration
public string HeaderText { get; }
Property Value
Type | Description |
---|---|
System.String | A string that represents the header text of the current grouped column. |
Key
Gets the key value of the current grouped record.
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String | A string that represents the key value of the current grouped record. |
Style
Gets the Syncfusion.PdfExport.PdfGridCellStyle object that represents the style of the current cell.
Declaration
public PdfGridCellStyle Style { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfGridCellStyle | A |
Value
Gets the value of the current grouped cell.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | An object that represents the value of the current grouped cell. |