alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PdfDetailTemplateRow

    Represents a header or content row used in the PDF detail template export. Contains a collection of cells and optional nested child row information for hierarchical layouts. Inherits row index metadata from DetailTemplateRow.

    Inheritance
    object
    DetailTemplateRow
    PdfDetailTemplateRow
    Inherited Members
    DetailTemplateRow.Index
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    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.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved