menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfHeaderCellEventArgs - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfHeaderCellEventArgs

    Provides information about the event.

    Inheritance
    System.Object
    PdfHeaderCellEventArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.EJ2.TreeGridExport
    Assembly: Syncfusion.EJ2.GridExport.dll
    Syntax
    public class PdfHeaderCellEventArgs

    Constructors

    PdfHeaderCellEventArgs()

    Declaration
    public PdfHeaderCellEventArgs()

    Properties

    Cell

    Declaration
    public PdfGridCell Cell { get; set; }
    Property Value
    Type
    Syncfusion.Pdf.Grid.PdfGridCell

    Column

    Gets or sets an instance of representing a column in a PDF-exported tree grid.

    Declaration
    public TreeGridColumn Column { get; set; }
    Property Value
    Type Description
    TreeGridColumn

    An instance of that represents a column in a tree grid within a PDF document.

    Headers

    Gets or sets an instance of Syncfusion.Pdf.Grid.PdfGridHeaderCollection representing the collection of headers in a PDF-exported tree grid.

    Declaration
    public PdfGridHeaderCollection Headers { get; set; }
    Property Value
    Type Description
    Syncfusion.Pdf.Grid.PdfGridHeaderCollection

    An instance of Syncfusion.Pdf.Grid.PdfGridHeaderCollection that represents the collection of headers in a tree grid within a PDF document.

    Style

    Gets or sets an instance of Syncfusion.Pdf.Grid.PdfGridCellStyle representing the style of a cell in a PDF-exported tree grid.

    Declaration
    public PdfGridCellStyle Style { get; set; }
    Property Value
    Type Description
    Syncfusion.Pdf.Grid.PdfGridCellStyle

    An instance of Syncfusion.Pdf.Grid.PdfGridCellStyle that represents the style of a cell in a tree grid within a PDF document.

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