Enum AllowedSchedulerViewTypes
Specifies the different scheduler views that should be displayed in the SfScheduler header for quick view type navigation.
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
[Flags]
public enum AllowedSchedulerViewTypes
Fields
| Name | Description |
|---|---|
| Day | Specifies the Day. |
| Month | Specifies the Month. |
| None | Specifies that none of the scheduler view types navigation is allowed in the scheduler header. |
| TimelineDay | Specifies the TimelineDay. |
| TimelineMonth | Specifies the TimelineMonth. |
| TimelineWeek | Specifies the TimelineWeek. |
| TimelineWorkWeek | Specifies the TimelineWorkWeek. |
| Week | Specifies the Week. |
| WorkWeek | Specifies the WorkWeek. |