Class GanttTimelineFormat
Defines the timeline format.
Inherited Members
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 |