The header template of Calendar.

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

Syntax

C#
[C1CategoryAttribute("Category.Templates")]
[NotifyParentPropertyAttribute(true)]
[TemplateContainerAttribute(typeof(C1CalendarTemplateContainer))]
[DefaultValueAttribute(null)]
[BrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ITemplate HeaderTemplate { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Templates")> _
<NotifyParentPropertyAttribute(True)> _
<TemplateContainerAttribute(GetType(C1CalendarTemplateContainer))> _
<DefaultValueAttribute(Nothing)> _
<BrowsableAttribute(False)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public Property HeaderTemplate As ITemplate
	Get
	Set

See Also