menu

Blazor

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

    Show / Hide Table of Contents

    Class PdfHeaderQueryCellInfoEventArgs

    Provides information about the PdfColumnHeaderQueryCellInfo event.

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

    Constructors

    PdfHeaderQueryCellInfoEventArgs()

    Declaration
    public PdfHeaderQueryCellInfoEventArgs()

    Properties

    Cell

    Gets or sets the styles for the column header cell in the Gantt chart Pdf export.

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

    An instance of PdfGanttCell.

    Remarks

    PdfGanttCell class represents the visual appearance of cell in the Gantt chart Pdf export, including their text value, background color, font and other properties.

    Column

    Gets the column for column header cell in the Gantt chart Pdf export.

    Declaration
    public GanttColumn Column { get; }
    Property Value
    Type Description
    GanttColumn

    An instance of GanttColumn.

    ColumnIndex

    Gets the column index of current header cell in the Gantt chart Pdf export.

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

    An integes value representing the column index of the current header cell in the Pdf export.

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