alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class GanttTimelineFormat

    Defines the timeline format.

    Inheritance
    object
    GanttTimelineFormat
    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.dll
    Syntax
    public class GanttTimelineFormat

    Constructors

    GanttTimelineFormat()

    Declaration
    public GanttTimelineFormat()

    Properties

    Date

    Defines Date.

    Declaration
    public string Date { get; set; }
    Property Value
    Type
    string

    EndDate

    Defines end date.

    Declaration
    public DateTime? EndDate { get; set; }
    Property Value
    Type
    DateTime?

    Height

    Defines height.

    Declaration
    public double Height { get; set; }
    Property Value
    Type
    double

    IsWeekend

    Defines weekend status of timeline.

    Declaration
    public bool IsWeekend { get; set; }
    Property Value
    Type
    bool

    StartDate

    Defines start date.

    Declaration
    public DateTime? StartDate { get; set; }
    Property Value
    Type
    DateTime?

    Value

    Defines value.

    Declaration
    public string Value { get; set; }
    Property Value
    Type
    string

    Width

    Defines width.

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    double
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved