alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PdfGanttCell

    Represents a class that provides the cell configuration of the cell property in PdfQueryCellInfo and PdfColumnHeaderQueryCellInfo event argument.

    Inheritance
    object
    PdfGanttCell
    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.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.

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