menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfQueryCellInfoEventArgs<TValue> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfQueryCellInfoEventArgs<TValue>

    Provides information about the PdfQueryCellInfo event.

    Inheritance
    System.Object
    PdfHeaderQueryCellInfoEventArgs
    PdfQueryCellInfoEventArgs<TValue>
    Inherited Members
    PdfHeaderQueryCellInfoEventArgs.Cell
    PdfHeaderQueryCellInfoEventArgs.Column
    PdfHeaderQueryCellInfoEventArgs.ColumnIndex
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PdfQueryCellInfoEventArgs<TValue> : PdfHeaderQueryCellInfoEventArgs
    Type Parameters
    Name
    TValue

    Constructors

    PdfQueryCellInfoEventArgs()

    Declaration
    public PdfQueryCellInfoEventArgs()

    Properties

    Data

    Gets the row data associated with the content of the current cell in the Gantt chart.

    Declaration
    public TValue Data { get; }
    Property Value
    Type Description
    TValue

    A TValue object that represents the row data associated with the content of the current cell in the Gantt chart Pdf export.

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