Enum TimelineViewMode
Defines the schedule header mode.
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.Gantt.dll
Syntax
public enum TimelineViewMode
Fields
| Name | Description |
|---|---|
| Day | Defines the day mode header. |
| HalfYear | Displays the timeline grouped by calendar half-year intervals (H1, H2). |
| Hour | Defines the hour mode header. |
| Minutes | Defines the minutes mode header. |
| Month | Defines the month mode header. |
| None | Defines the default mode header. |
| Quarter | Displays the timeline grouped by calendar quarter intervals (Q1–Q4). |
| Week | Defines the week mode header. |
| Year | Defines the year mode header. |