SPCalendarBase.ItemAllDayTemplate property

Gets or sets the value that represents the all-day template.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<TemplateContainerAttribute(GetType(SPCalendarItemContainer))> _
Public Overridable Property ItemAllDayTemplate As ITemplate
    Get
    Set
'Usage
Dim instance As SPCalendarBase
Dim value As ITemplate

value = instance.ItemAllDayTemplate

instance.ItemAllDayTemplate = value
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TemplateContainerAttribute(typeof(SPCalendarItemContainer))]
public virtual ITemplate ItemAllDayTemplate { get; set; }

Property value

Type: System.Web.UI.ITemplate

See also

Reference

SPCalendarBase class

SPCalendarBase members

Microsoft.SharePoint.WebControls namespace