Determines the string that displays on month view title.

Namespace:  C1.Web.UI.Controls.C1Calendar
Assembly:  C1CalendarClient (in C1CalendarClient.dll)

Syntax

JavaScript
function get_monthViewTitle();
function set_monthViewTitle(value);

Remarks

MonthViewTitle is the tile display on each month view. To change the top most group title shared by month views, you have to use CalendarTitle property. The title string can be any string or string that has date formatting parameters. At most four parameters are accepted, each can has its own data format. They are: {0} - The value of DiaplayDate. {1} - The first month of month views, when multiple monthes are displayed. {2} - The last month of month views, when multiple monthes are displayed. {3} - The number of month views, when multiple monthes are displayed. For example: "Schedule of {0:MMMM yyyy}". "{1:MMMM yyyy} to {2:MMMM yyyy}"

See Also