Determines whether to display the calendar title.

Namespace:  C1.Web.iPhone.C1Calendar
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public bool ShowCalendarTitle { get; set; }
Visual Basic
Public Property ShowCalendarTitle As Boolean
	Get
	Set

Remarks

CalenderTitle is the group title shared by all the month views

See Also