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 monthly-view template property.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<TemplateContainerAttribute(GetType(SPCalendarContainer))> _
Public Property MonthlyChromeTemplate As ITemplate
Get
Set
'Usage
Dim instance As SPCalendarView
Dim value As ITemplate
value = instance.MonthlyChromeTemplate
instance.MonthlyChromeTemplate = value
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TemplateContainerAttribute(typeof(SPCalendarContainer))]
public ITemplate MonthlyChromeTemplate { get; set; }
Property Value
Type: System.Web.UI.ITemplate