menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfHeaderQueryCellInfoEventArgs - API Reference

    Show / Hide Table of Contents

    Class PdfHeaderQueryCellInfoEventArgs

    Provides information about an PdfHeaderQueryCellInfoEvent event.

    Inheritance
    System.Object
    PdfHeaderQueryCellInfoEventArgs
    PdfQueryCellInfoEventArgs<T>
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PdfHeaderQueryCellInfoEventArgs : Object

    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
    Syncfusion.PdfExport.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
    System.Int32

    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
    Syncfusion.PdfExport.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
    System.Int32

    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
    Syncfusion.PdfExport.PdfGridCellStyle

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

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