Search
Single Month View

The Single 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 Single Month view, call the setCurrentView method of the Calendar class with SingleMonth. Use the MonthSettings object obtained through the getMonthSettings method of the Calendar class to customize 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 object obtained through the getItemSettings method affects how schedule items will be displayed.