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