alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class PdfQueryCellInfoEventArgs<TValue>

    Provides information about the PdfQueryCellInfo event.

    Inheritance
    object
    PdfHeaderQueryCellInfoEventArgs
    PdfQueryCellInfoEventArgs<TValue>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

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