Version

WebMonthView Class

The WebMonthView element is a day-oriented view on WebSchedule presenting a calendar month of information at a time to the end user.
Syntax
Remarks

The WebMonthView exposes a broad variety of customizable styles affecting its appearance. These styles control the appearance of the days, day headings and day of week headings in the current month, the leading and trailing days of neighboring months that may be visible (typically shown with a 'grayed' out look) within the month view, and the appearance of months every other (alternating) month from the active month.

Initialize the WebMonthView to collaborate with other WebSchedule views on the same Page by setting its ScheduleInfo property to a common instance of the scheduling information element also on the Page that is shared with these other views. Alternately, each WebSchedule view may operate independently based on a default instance it initializes its ScheduleInfo property to, and which developers may customize by altering the ScheduleInfo through an instance of the WebMonthView element.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also