Class PdfHeaderQueryCellInfoEventArgs
Provides information about the PdfColumnHeaderQueryCellInfo event.
Inherited Members
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. |