menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PdfAggregateCellEventArgs

    Provides information about the event.

    Inheritance
    System.Object
    PdfAggregateCellEventArgs
    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 PdfAggregateCellEventArgs

    Constructors

    PdfAggregateCellEventArgs()

    Declaration
    public PdfAggregateCellEventArgs()

    Properties

    Cell

    Gets or sets an instance of Syncfusion.Pdf.Grid.PdfGridCell representing an aggregate cell in a PDF-exported tree grid.

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

    An instance of Syncfusion.Pdf.Grid.PdfGridCell that represents an aggregate cell in a tree grid within a PDF document.

    Column

    Gets or sets an instance of TreeGridAggregateColumn representing an aggregate column in a tree grid.

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

    An instance of TreeGridAggregateColumn that represents an aggregate column within a tree grid.

    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.

    Value

    Gets or sets the value of the current cell.

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object

    The value stored in the current cell.

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