menu

Blazor

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

    Show / Hide Table of Contents

    Class PdfQueryCellInfoEventArgs<T>

    Provides information about an PdfQueryCellInfoEvent event.

    Inheritance
    System.Object
    PdfHeaderQueryCellInfoEventArgs
    PdfQueryCellInfoEventArgs<T>
    Inherited Members
    PdfHeaderQueryCellInfoEventArgs.Cell
    PdfHeaderQueryCellInfoEventArgs.Column
    PdfHeaderQueryCellInfoEventArgs.ColumnIndex
    PdfHeaderQueryCellInfoEventArgs.PdfGridColumn
    PdfHeaderQueryCellInfoEventArgs.RowIndex
    PdfHeaderQueryCellInfoEventArgs.Style
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PdfQueryCellInfoEventArgs<T> : PdfHeaderQueryCellInfoEventArgs
    Type Parameters
    Name
    T

    Constructors

    PdfQueryCellInfoEventArgs()

    Declaration
    public PdfQueryCellInfoEventArgs()

    Properties

    ColSpan

    Gets the column span of the current cell.

    Declaration
    public int ColSpan { get; set; }
    Property Value
    Type Description
    System.Int32

    An integer value that represents the number of columns spanned by the current cell.

    Data

    Gets the row data associated with the current cell in the PDF grid column.

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

    A T that represents the row data associated with the current cell in the PDF grid column.

    Row

    Gets the Syncfusion.PdfExport.PdfGridRow object that represents the row in the PDF grid column.

    Declaration
    public PdfGridRow Row { get; set; }
    Property Value
    Type Description
    Syncfusion.PdfExport.PdfGridRow

    A PdfGridRow that represents the row in the PDF grid column.

    Value

    Gets or sets the value of the current cell.

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

    An object that represents the value of the current cell.

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