ComponentOne Scheduler for WinForms
Views
Working with Scheduler for WinForms > Views

The Scheduler control supports pre-defined views for better visualization of data in different scenarios. These are: Day view, Week view, Workweek view, Month view and Timeline view. These views can be easily set by using ViewType property of the C1Schedule class which accepts value from the ScheduleViewEnum enumeration. For more information on built-in views, see Data Views.

Apart from this, functionality of Scheduler control can be further extended to display agenda view and table view by using C1.Win.C1Schedule.Extended assembly which provides two new controls named AgendaView and TableView. These views are extended views and are displayed along with built-in view of Scheduler. For more information, see Agenda View and Table View.