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 |
---|
System.String |
EndDate
Defines end date.
Declaration
public Nullable<DateTime> EndDate { get; set; }
Property Value
Type |
---|
System.Nullable<System.DateTime> |
Height
Defines height.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
IsWeekend
Defines weekend status of timeline.
Declaration
public bool IsWeekend { get; set; }
Property Value
Type |
---|
System.Boolean |
StartDate
Defines start date.
Declaration
public Nullable<DateTime> StartDate { get; set; }
Property Value
Type |
---|
System.Nullable<System.DateTime> |
Value
Defines value.
Declaration
public string Value { get; set; }
Property Value
Type |
---|
System.String |
Width
Defines width.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |