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