Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value that represents the multiday template.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<TemplateContainerAttribute(GetType(SPCalendarItemContainer))> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public Overridable Property ItemMultiDayTemplate As ITemplate
Get
Set
'Usage
Dim instance As SPCalendarBase
Dim value As ITemplate
value = instance.ItemMultiDayTemplate
instance.ItemMultiDayTemplate = value
[TemplateContainerAttribute(typeof(SPCalendarItemContainer))]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public virtual ITemplate ItemMultiDayTemplate { get; set; }
Property Value
Type: System.Web.UI.ITemplate