alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class PdfQueryTimelineCellInfoEventArgs

    Provides information about the PdfQueryTimelineCellInfo event.

    Inheritance
    object
    PdfQueryTimelineCellInfoEventArgs
    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 PdfQueryTimelineCellInfoEventArgs

    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
    float

    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
    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
    float

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

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