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