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 : Enum
Fields
Day
Specifies the Day.
Declaration
public const AllowedSchedulerViewTypes Day
Field Value
Type |
---|
AllowedSchedulerViewTypes |
Month
Specifies the Month.
Declaration
public const AllowedSchedulerViewTypes Month
Field Value
Type |
---|
AllowedSchedulerViewTypes |
None
Specifies that none of the scheduler view types navigation is allowed in the scheduler header.
Declaration
public const AllowedSchedulerViewTypes None
Field Value
Type |
---|
AllowedSchedulerViewTypes |
TimelineDay
Specifies the TimelineDay.
Declaration
public const AllowedSchedulerViewTypes TimelineDay
Field Value
Type |
---|
AllowedSchedulerViewTypes |
TimelineMonth
Specifies the TimelineMonth.
Declaration
public const AllowedSchedulerViewTypes TimelineMonth
Field Value
Type |
---|
AllowedSchedulerViewTypes |
TimelineWeek
Specifies the TimelineWeek.
Declaration
public const AllowedSchedulerViewTypes TimelineWeek
Field Value
Type |
---|
AllowedSchedulerViewTypes |
TimelineWorkWeek
Specifies the TimelineWorkWeek.
Declaration
public const AllowedSchedulerViewTypes TimelineWorkWeek
Field Value
Type |
---|
AllowedSchedulerViewTypes |
Week
Specifies the Week.
Declaration
public const AllowedSchedulerViewTypes Week
Field Value
Type |
---|
AllowedSchedulerViewTypes |
WorkWeek
Specifies the WorkWeek.
Declaration
public const AllowedSchedulerViewTypes WorkWeek
Field Value
Type |
---|
AllowedSchedulerViewTypes |