Determines the string that displays on calendar title.

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

Syntax

JavaScript
function get_calendarTitle();
function set_calendarTitle(value);

Remarks

CalenderTitle is the group tile shared by all the month views. To change the title for month views, you have to use MonthViewTitle 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