Class ScheduleViewType
Defines the constants that specify the possible display types you can see in a ScheduleControl.
Inheritance
System.Object
ScheduleViewType
Namespace: Syncfusion.Windows.Forms.Schedule
Assembly: Syncfusion.Schedule.Windows.dll
Syntax
public sealed class ScheduleViewType : Enum
Fields
CustomWeek
Displays a variable number of days of IScheduleAppointment objects in the ScheduleControl.
Declaration
public const ScheduleViewType CustomWeek
Field Value
| Type |
|---|
| ScheduleViewType |
Day
Displays a single day of IScheduleAppointment objects in the ScheduleControl.
Declaration
public const ScheduleViewType Day
Field Value
| Type |
|---|
| ScheduleViewType |
Month
Displays a month of IScheduleAppointment objects in the ScheduleControl.
Declaration
public const ScheduleViewType Month
Field Value
| Type |
|---|
| ScheduleViewType |
Week
Displays a seven day week of IScheduleAppointment objects in the ScheduleControl.
Declaration
public const ScheduleViewType Week
Field Value
| Type |
|---|
| ScheduleViewType |
WorkWeek
Displays a five day workweek of IScheduleAppointment objects in the ScheduleControl.
Declaration
public const ScheduleViewType WorkWeek
Field Value
| Type |
|---|
| ScheduleViewType |