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)
Available in Sandboxed Solutions: No
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