Gets or sets the
System.Web.UI.ITemplate that defines how the
header section of the
RadCalendar control is displayed.
Namespace: Telerik.WebControls
Assembly: RadCalendar (in RadCalendar.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property HeaderTemplate As ITemplate |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadCalendar
Dim value As ITemplate
instance.HeaderTemplate = value
value = instance.HeaderTemplate
|
| C# | |
|---|
public ITemplate HeaderTemplate {get; set;} |
Return Value
The default value is a null reference (
Nothing in Visual Basic).
Remarks
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also