Class PdfGanttCell
Represents a class that provides the cell configuration of the cell property in PdfQueryCellInfo and PdfColumnHeaderQueryCellInfo event argument.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.Gantt.dll
Syntax
public class PdfGanttCell
Constructors
PdfGanttCell()
Declaration
public PdfGanttCell()
Properties
CellStyle
Gets or sets style for the cell in the exported Gantt chart Pdf.
Declaration
public PdfElementStyle CellStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| PdfElementStyle | An instance of PdfElementStyle. |
Remarks
An PdfElementStyle class represents cell styles details such as font, cell padding, and background color etc..
Height
Gets the height for the cell in the exported Gantt chart Pdf.
Declaration
public float Height { get; }
Property Value
| Type | Description |
|---|---|
| float | The value represents the height of the cell in the exported Pdf. |
Value
Gets or sets the value of the cell in the exported Pdf.
Declaration
public object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object | An object representing the content of the cell in the exported Gantt chart Pdf. |
Remarks
The value specifies the actual cell value to be displayed.
Width
Gets the width for the cell in the exported Gantt chart Pdf
Declaration
public float Width { get; }
Property Value
| Type | Description |
|---|---|
| float | The value represents the width of the cell in the exported Pdf. |