Table of Contents
MonthHeaderStyle Property

Gets or sets the month header style. This is a dependency property.

Syntax
 public Style MonthHeaderStyle { get; set; }
Remarks

This property is only used in multi-month view. Do not confuse this property with HeaderStyle. HeaderStyle applies to the whole Calendar header, where as MonthHeaderStyle applies the header section for each month. The target type for this style is Label.

See Also