alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class PdfHeaderQueryCellInfoEventArgs

    Provides information about an PdfHeaderQueryCellInfoEvent 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()
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PdfHeaderQueryCellInfoEventArgs

    Constructors

    PdfHeaderQueryCellInfoEventArgs()

    Declaration
    public PdfHeaderQueryCellInfoEventArgs()

    Properties

    Cell

    Gets the Syncfusion.PdfExport.PdfGridCell object that represents the current cell.

    Declaration
    public PdfGridCell? Cell { get; set; }
    Property Value
    Type Description
    PdfGridCell

    A PdfGridCell object that represents the current cell.

    Column

    Gets the GridColumn that represents the column of the current cell.

    Declaration
    public GridColumn? Column { get; }
    Property Value
    Type Description
    GridColumn

    The grid column that represents the column of the current cell.

    ColumnIndex

    Gets the column index of the current cell in the Pdf Grid column.

    Declaration
    public int ColumnIndex { get; }
    Property Value
    Type Description
    int

    An integer value that represents the column index of the current cell.

    PdfGridColumn

    Gets the Syncfusion.PdfExport.PdfGridColumn details of the current cell.

    Declaration
    public PdfGridColumn? PdfGridColumn { get; }
    Property Value
    Type Description
    PdfGridColumn

    A PdfGridColumn that represents the column details of the current cell.

    RowIndex

    Gets the row index of the current cell in the Pdf Grid column.

    Declaration
    public int RowIndex { get; }
    Property Value
    Type Description
    int

    An integer value that represents the row index of the current cell.

    Style

    Gets the Syncfusion.PdfExport.PdfGridCellStyle object that represents the style of the current cell.

    Declaration
    public PdfGridCellStyle? Style { get; set; }
    Property Value
    Type Description
    PdfGridCellStyle

    A PdfGridCellStyle object that represents the style of the current cell.

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