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 the PdfColumnHeaderQueryCellInfo event.

    Inheritance
    object
    PdfHeaderQueryCellInfoEventArgs
    PdfQueryCellInfoEventArgs<TValue>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PdfHeaderQueryCellInfoEventArgs

    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
    int

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

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