This sample uses a schedule control on a form. It also has menu items that illustrate various properties and settings of the schedule control. It loads a sample "Appointments" file that holds appointments for April 2007.
The data provider is found in the SimpleScheduleDataProvider.cs or SimpleScheduleDataProvider.vb that is shipped as part of the sample. The classes in this file implement interfaces used by the schedule control to access the appointments data used by the control.
The initial display showing a month view of appointments loaded as this sample runs.
Features:
The navigation calendar has been sized to show four months
Here we see a day view for April 5th.
Default Context Menu
Loading an Appearance object
A schedule control with a turquoise appearance
Changing the Appearance through a Property Grid