Enum TimelineViewMode
Defines the schedule header mode.
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public enum TimelineViewMode
Fields
| Name | Description |
|---|---|
| Day | Defines the day mode header. |
| Hour | Defines the hour mode header. |
| Minutes | Defines the minutes mode header. |
| Month | Defines the month mode header. |
| None | Defines the default mode header. |
| Week | Defines the week mode header. |
| Year | Defines the year mode header. |