MonthlyCalendarView.ShowMonthHeader property
ShowMonthHeader: default: true - show Month and Year in Calendar header.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<BindableAttribute(True)> _
Public Property ShowMonthHeader As Boolean
Get
Set
'Usage
Dim instance As MonthlyCalendarView
Dim value As Boolean
value = instance.ShowMonthHeader
instance.ShowMonthHeader = value
[BindableAttribute(true)]
public bool ShowMonthHeader { get; set; }
Property value
Type: System.Boolean