Enum View
An enum that denotes the view mode of the scheduler.
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum View
Fields
| Name | Description |
|---|---|
| Agenda | The agenda view of the scheduler. |
| Day | The day view of the scheduler. |
| Month | The month view of the scheduler. |
| MonthAgenda | The month agenda view of the scheduler. |
| TimelineDay | The timeline day view of the scheduler. |
| TimelineMonth | The timeline month view of the scheduler. |
| TimelineWeek | The timeline week view of the scheduler. |
| TimelineWorkWeek | The timeline work week view of the scheduler. |
| TimelineYear | The timeline year view of the scheduler. |
| Week | The week view of the scheduler. |
| WorkWeek | The work week view of the scheduler. |
| Year | The year view of the scheduler. |