The template host for custom days.

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

Syntax

C#
[ParseChildrenAttribute(true)]
[PersistChildrenAttribute(false)]
[ToolboxItemAttribute(false)]
public class C1CalendarDayTemplate : Control
Visual Basic
<ParseChildrenAttribute(True)> _
<PersistChildrenAttribute(False)> _
<ToolboxItemAttribute(False)> _
Public Class C1CalendarDayTemplate _
	Inherits Control

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    C1.Web.UI.Controls.C1Calendar..::..C1CalendarDayTemplate

See Also