Determines the string that displays on month view title.
Namespace:
C1.Web.iPhone.C1CalendarAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
Remarks
MonthViewTitle is the title 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 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}"