alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class PdfQueryCellInfoEventArgs<T>

    Provides information about an PdfQueryCellInfoEvent event.

    Inheritance
    object
    PdfHeaderQueryCellInfoEventArgs
    PdfQueryCellInfoEventArgs<T>
    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
    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
    int

    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
    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
    object

    An object that represents the value of the current cell.

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