Determines whether to display the calendar title.

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

Syntax

C#
[DefaultValueAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[JsonAttribute(true, true, true)]
[C1CategoryAttribute("Category.Appearance")]
public bool ShowCalendarTitle { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
<NotifyParentPropertyAttribute(True)> _
<JsonAttribute(True, True, True)> _
<C1CategoryAttribute("Category.Appearance")> _
Public Property ShowCalendarTitle As Boolean
	Get
	Set

See Also