Version

TitleFormat Property (WebMonthCalendar)

Gets sets configuration of month and year labels/buttons located in the title of WebMonthCalendar.
Syntax
'Declaration
 
Public Property TitleFormat As CalendarTitleFormat
public CalendarTitleFormat TitleFormat {get; set;}
Remarks

Notes: In case of MonthAndYear the month and year will appear as 2 separate labels, otherwise, a single label is used. If drop-down lists are enabled, then corresponding month and year labels will behave as buttons with support of different states: normal, mouse-over and pressed. Appearance of labels is defined by css classes.

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