Click or drag to resize
KaxCalendarFooterTemplate Property
Gets or sets the System.Web.UI.ITemplate that defines how the footer section of the KaxCalendar control is displayed.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ITemplate FooterTemplate { get; set; }

Property Value

Type: ITemplate
The default value is a null reference (Nothing in Visual Basic).
Remarks

Footer section of the KaxCalendar control is displayed under the main calendar area (the section that displays the dates information).

Use this property to create a template that controls how the footer section of a KaxCalendar control is displayed.

CAUTION This control can be used to display user input, which might include malicious client script. Check any information that is sent from a client for executable script, SQL statements, or other code before displaying it in your application. ASP.NET provides an input request validation feature to block script and HTML in user input. Validation server controls are also provided to assess user input. For more information, see Validation Server Controls in MSDN.
See Also