Determines the string that displays on calendar title.
Namespace:
C1.Web.iPhone.C1CalendarAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
Remarks
CalenderTitle is the group title 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 DisplayDate.
{1} - The first month of month views, when multiple months are displayed.
{2} - The last month of month views, when multiple months are displayed.
{3} - The number of month views, when multiple months are displayed.
For example:
"Schedule of {0:MMMM yyyy}".
"{1:MMMM yyyy} to {2:MMMM yyyy}"