Class AllowedSchedulerViewTypes
Specifies the different scheduler views that should be displayed in the SfScheduler header for quick view type navigation.
Inheritance
System.Object
    AllowedSchedulerViewTypes
  Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public sealed class AllowedSchedulerViewTypes : EnumFields
Day
Specifies the Day.
Declaration
public const AllowedSchedulerViewTypes DayField Value
| Type | 
|---|
| AllowedSchedulerViewTypes | 
Month
Specifies the Month.
Declaration
public const AllowedSchedulerViewTypes MonthField Value
| Type | 
|---|
| AllowedSchedulerViewTypes | 
None
Specifies that none of the scheduler view types navigation is allowed in the scheduler header.
Declaration
public const AllowedSchedulerViewTypes NoneField Value
| Type | 
|---|
| AllowedSchedulerViewTypes | 
TimelineDay
Specifies the TimelineDay.
Declaration
public const AllowedSchedulerViewTypes TimelineDayField Value
| Type | 
|---|
| AllowedSchedulerViewTypes | 
TimelineMonth
Specifies the TimelineMonth.
Declaration
public const AllowedSchedulerViewTypes TimelineMonthField Value
| Type | 
|---|
| AllowedSchedulerViewTypes | 
TimelineWeek
Specifies the TimelineWeek.
Declaration
public const AllowedSchedulerViewTypes TimelineWeekField Value
| Type | 
|---|
| AllowedSchedulerViewTypes | 
TimelineWorkWeek
Specifies the TimelineWorkWeek.
Declaration
public const AllowedSchedulerViewTypes TimelineWorkWeekField Value
| Type | 
|---|
| AllowedSchedulerViewTypes | 
Week
Specifies the Week.
Declaration
public const AllowedSchedulerViewTypes WeekField Value
| Type | 
|---|
| AllowedSchedulerViewTypes | 
WorkWeek
Specifies the WorkWeek.
Declaration
public const AllowedSchedulerViewTypes WorkWeekField Value
| Type | 
|---|
| AllowedSchedulerViewTypes |