Gets or sets the Boolean value determining whether month header should be shown.
This is a dependency property. The default is True.
Namespace:
C1.Xaml.CalendarAssembly: C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)
Syntax
| C# |
|---|
public bool ShowMonthHeader { get; set; } |
| Visual Basic |
|---|
Public Property ShowMonthHeader As Boolean Get Set |