The footer template of Calendar.

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

Syntax

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

See Also