MonthCalendar - Sample projects
MonthCalendar basic usage
This sample project demonstrates basic usage of MonthCalendar component, which itself is very simple to use. Just put it on your form, set SelectedDate property to date of your choice and that's it. There are multiple properties available to customize the appearance of MonthCalendar. You may also want to add holidays to Holidays collection and appointments to Appointments collection.
The sample is written in:
- C#
