Class GanttTimelineFormatter
Defines timeline format details.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttTimelineFormatter
Constructors
GanttTimelineFormatter()
Declaration
public GanttTimelineFormatter()
Properties
Date
Defines date to be format.
Declaration
public DateTime Date { get; set; }
Property Value
| Type |
|---|
| DateTime |
Format
Defines the format of the date.
Declaration
public string Format { get; set; }
Property Value
| Type |
|---|
| string |
Mode
Defines the timeline mode.
Declaration
public string Mode { get; set; }
Property Value
| Type |
|---|
| string |
Tier
Defines the tier to be format.
Declaration
public string Tier { get; set; }
Property Value
| Type |
|---|
| string |