| Working with Scheduler for WinForms > Data Views |
The C1Schedule control supports different calendar views. There are five predefined data views:
| View | Description |
|---|---|
| DayView | Displays a detailed view showing appointments for a particular day. |
| TimeLineView | Displays appointments in a horizontal time line. |
| MonthView | Displays appointments for one or more months. |
| WeekView | Displays appointments for specified work days. |
| WorkWeekView | Displays appointments for any given weekly period. The default is Monday through Friday. |
Data views can be set in the smart designers, smart tags, or in code. For details on how to change the default data view, see Changing the Default Data View.
The following image displays the Day view:

The following image displays the Month view:

The following image displays the TimeLine view:

The following image displays the Office 2007 style week view. This is the default for the Office 2007 Visual Styles, which have the WeekViewStyle property is set to Office2007 and the ViewType property set to WeekView:

The following image displays the Office 2003 style week view. This is the default for the Office 2003 Visual Styles, which have the WeekViewStyle property is set to Office2003 and the ViewType property set to WeekView:

The following image displays the Work Week view:
