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