menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfDetailTemplateRow - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfDetailTemplateRow

    Inheritance
    System.Object
    DetailTemplateRow
    PdfDetailTemplateRow
    Inherited Members
    DetailTemplateRow.Index
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved