Gets or sets the Boolean value determining whether month header should be shown. This is a dependency property. The default is True.

Namespace:  C1.Phone.Calendar
Assembly:  C1.Phone.Calendar (in C1.Phone.Calendar.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public bool ShowMonthHeader { get; set; }
Visual Basic
Public Property ShowMonthHeader As Boolean
	Get
	Set
XAML Attribute Usage
<object ShowMonthHeader="bool" .../>

See Also