menu

Blazor

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

    Show / Hide Table of Contents

    Class PdfQueryTimelineCellInfoEventArgs

    Provides information about the PdfQueryTimelineCellInfo event.

    Inheritance
    System.Object
    PdfQueryTimelineCellInfoEventArgs
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PdfQueryTimelineCellInfoEventArgs : Object

    Constructors

    PdfQueryTimelineCellInfoEventArgs()

    Declaration
    public PdfQueryTimelineCellInfoEventArgs()

    Properties

    ElementStyle

    Gets or sets style for the timeline cell in the Gantt chart Pdf export

    Declaration
    public PdfElementStyle ElementStyle { get; set; }
    Property Value
    Type Description
    PdfElementStyle

    An instance of PdfElementStyle.

    Remarks

    An PdfElementStyle class represents timeline cell styles details such as font, cell padding, and background color etc..

    Height

    Gets the height for the timeline cell in the Gantt chart Pdf export

    Declaration
    public float Height { get; }
    Property Value
    Type Description
    System.Single

    The value represents the height of the timeline cell in the exported Pdf.

    Value

    Gets or sets the value of the timeline cell in the exported Pdf.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    A string representing the value of the timeline cell in the Gantt chart Pdf export.

    Remarks

    The value specifies the actual timeline cell value to be displayed.

    Width

    Gets the width for the timeline cell in the Gantt chart Pdf export

    Declaration
    public float Width { get; }
    Property Value
    Type Description
    System.Single

    The value represents the width of the timeline cell in the exported Pdf.

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