Class View
An enum that denotes the view mode of the scheduler.
Inheritance
System.Object
View
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class View : Enum
Fields
Agenda
The agenda view of the scheduler.
Declaration
public const View Agenda
Field Value
Type |
---|
View |
Day
The day view of the scheduler.
Declaration
public const View Day
Field Value
Type |
---|
View |
Month
The month view of the scheduler.
Declaration
public const View Month
Field Value
Type |
---|
View |
MonthAgenda
The month agenda view of the scheduler.
Declaration
public const View MonthAgenda
Field Value
Type |
---|
View |
TimelineDay
The timeline day view of the scheduler.
Declaration
public const View TimelineDay
Field Value
Type |
---|
View |
TimelineMonth
The timeline month view of the scheduler.
Declaration
public const View TimelineMonth
Field Value
Type |
---|
View |
TimelineWeek
The timeline week view of the scheduler.
Declaration
public const View TimelineWeek
Field Value
Type |
---|
View |
TimelineWorkWeek
The timeline work week view of the scheduler.
Declaration
public const View TimelineWorkWeek
Field Value
Type |
---|
View |
TimelineYear
The timeline year view of the scheduler.
Declaration
public const View TimelineYear
Field Value
Type |
---|
View |
Week
The week view of the scheduler.
Declaration
public const View Week
Field Value
Type |
---|
View |
WorkWeek
The work week view of the scheduler.
Declaration
public const View WorkWeek
Field Value
Type |
---|
View |
Year
The year view of the scheduler.
Declaration
public const View Year
Field Value
Type |
---|
View |