MindFusion.Scheduling for ASP.NET Programmer's Guide
Month Range View

The Month Range view displays an arbitrary long sequence of months arranged in rows and columns. Each month represents a grid of day cells, each of which displays the day number and the schedule events set to occur on its respective date. The months in the view can be scrolled back or forth in time by using the navigation buttons in the view header.

In order to enable the Month Range view, set the CurrentView property of the Calendar class to MonthRange. Use the MonthRangeSettings and the MonthSettings properties of the Calendar class to adjust the appearance of the view. The ItemSettings property affects how schedule items will be displayed.

Use the MonthSettings.DaySettings.Style, property to specify common appearance style for all cells in the view. Use the MainHeaderStyle property of the MonthRangeSettings class to specify the appearance of the view's main header, and the MainHeaderStyle property of the MonthSettings class to specify the style of the month's individual headers. Use MonthRangeSettings.Style to set the style of the entire view.