Blazor

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

    Show / Hide Table of Contents

    Class PdfQueryTimelineCellInfoEventArgs

    Class that defines the Pdf query timeline cell info arguments.

    Inheritance
    System.Object
    PdfQueryTimelineCellInfoEventArgs
    Implements
    System.IEquatable<PdfQueryTimelineCellInfoEventArgs>
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PdfQueryTimelineCellInfoEventArgs : Object, IEquatable<PdfQueryTimelineCellInfoEventArgs>

    Constructors

    PdfQueryTimelineCellInfoEventArgs()

    Declaration
    public PdfQueryTimelineCellInfoEventArgs()

    Properties

    TimelineCell

    Defines the timeline cell

    Declaration
    public PdfGanttCellStyle TimelineCell { get; set; }
    Property Value
    Type Description
    PdfGanttCellStyle

    Value

    Specify the value of the timeline cell

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

    Methods

    Equals(PdfQueryTimelineCellInfoEventArgs)

    Returns boolean value by comparing pdfQueryTimelineCellInfoEventArgs

    Declaration
    public bool Equals(PdfQueryTimelineCellInfoEventArgs pdfQueryTimelineCellInfoEventArgs)
    Parameters
    Type Name Description
    PdfQueryTimelineCellInfoEventArgs pdfQueryTimelineCellInfoEventArgs
    Returns
    Type Description
    System.Boolean

    Equals(Object)

    Returns boolean value by comparing object

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean

    GetHashCode()

    Returns hashcode for current object

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved