SPCalendarTabs.TabTemplate Property
Gets or sets the TabTemplate property.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<TemplateContainerAttribute(GetType(SPCalendarTabContainer))> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public Overridable Property TabTemplate As ITemplate
Get
Set
'Usage
Dim instance As SPCalendarTabs
Dim value As ITemplate
value = instance.TabTemplate
instance.TabTemplate = value
[TemplateContainerAttribute(typeof(SPCalendarTabContainer))]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public virtual ITemplate TabTemplate { get; set; }
Property Value
Type: System.Web.UI.ITemplate