Table of Contents
HeaderTemplate Property

Gets or sets the data template used to display the content of the calendar header.

Syntax
 public DataTemplate HeaderTemplate { get; set; }
Remarks

ShowHeader must be set to true in order for the Calendar control to display the header.

See here for more information about how to customize header and footer.

See Also