Class PdfDetailTemplateCell
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfDetailTemplateCell : DetailTemplateCell
Constructors
PdfDetailTemplateCell()
Declaration
public PdfDetailTemplateCell()
Properties
Image
Gets or sets the image details of the current cell.
Declaration
public PdfImage Image { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfImage | An Syncfusion.PdfExport.PdfImage object represents image details such as ImageStream, width, and height etc.., You can customize and export image using this |
Style
Gets or sets the style of the PDF cell.
Declaration
public PdfThemeStyle Style { get; set; }
Property Value
Type | Description |
---|---|
PdfThemeStyle | The PdfThemeStyle object associated with the theme style for the current cell. Use the |
Remarks
By default, it applies the parent grid header style for Headers
and content styles for Rows
.