Search
Month View

The Month view displays a single month and lets the user scroll to the previous or next month or the previous or next year by using the navigation buttons optionally displayed in the view header. The month represents a grid of day cells, which display the day number and the schedule events set to occur on the specific date.

In order to enable the Month view, set the CurrentView property of the Calendar class to Month. Use the MonthSettings property of the Calendar class to set the appearance of the view. The Style property of the associated DaySettings object specifies a common appearance style to be used for all cells in the view. Use the DayStyles, DayOfWeekStyles and MonthStyles collections of the Calendar class to specify individual styles for particular cells or range of cells. The ItemSettings property affects how schedule items will be displayed.