Enum ScheduleViewType
Defines the constants that specify the possible display types you can see in a ScheduleControl.
Namespace: Syncfusion.Windows.Forms.Schedule
Assembly: Syncfusion.Schedule.Windows.dll
Syntax
public enum ScheduleViewType
Fields
Name | Description |
---|---|
CustomWeek | Displays a variable number of days of IScheduleAppointment objects in the ScheduleControl. |
Day | Displays a single day of IScheduleAppointment objects in the ScheduleControl. |
Month | Displays a month of IScheduleAppointment objects in the ScheduleControl. |
Week | Displays a seven day week of IScheduleAppointment objects in the ScheduleControl. |
WorkWeek | Displays a five day workweek of IScheduleAppointment objects in the ScheduleControl. |