Blazor

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

    Show / Hide Table of Contents

    Class GanttTimelineFormat

    Defines the timeline format.

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

    Constructors

    GanttTimelineFormat()

    Declaration
    public GanttTimelineFormat()

    Properties

    Date

    Defines Date.

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

    EndDate

    Defines end date.

    Declaration
    public Nullable<DateTime> EndDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    Height

    Defines height.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    IsWeekend

    Defines weekend status of timeline.

    Declaration
    public bool IsWeekend { get; set; }
    Property Value
    Type Description
    System.Boolean

    StartDate

    Defines start date.

    Declaration
    public Nullable<DateTime> StartDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    Value

    Defines value.

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

    Width

    Defines width.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved