Class PdfDetailTemplateRow
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfDetailTemplateRow : DetailTemplateRow
Constructors
PdfDetailTemplateRow()
Declaration
public PdfDetailTemplateRow()
Properties
Cells
Represents a list of cells within the header or content rows of a detail row in the PDF document.
Declaration
public List<PdfDetailTemplateCell> Cells { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PdfDetailTemplateCell> | A list of PdfDetailTemplateCell objects representing cells in the header or content rows of detail rows in the PDF document. |
Remarks
These cells can contain various types of values, including text, images, hyperlinks, etc.
ChildRowInfo
Gets or sets the nested level information of detail row, when parent row has nested level hierarchical structure.
Declaration
public PdfDetailTemplateRowSettings ChildRowInfo { get; set; }
Property Value
Type | Description |
---|---|
PdfDetailTemplateRowSettings | An instance of PdfDetailTemplateRowSettings containing nested level values. |
Remarks
Use this property if a complex level hierarchy structure needs to be rendered; otherwise, it is not needed.