SPCalendarTabs.DefaultTabsEnabled Property
Gets or sets the Boolean DefaultTabsEnabled property.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BindableAttribute(True)> _
Public Property DefaultTabsEnabled As Boolean
Get
Set
'Usage
Dim instance As SPCalendarTabs
Dim value As Boolean
value = instance.DefaultTabsEnabled
instance.DefaultTabsEnabled = value
[BindableAttribute(true)]
public bool DefaultTabsEnabled { get; set; }
Property Value
Type: System.Boolean