New to Telerik UI for WPFStart a free 30-day trial

How to Show Only Month in Calendar Header of RadDateTimePicker

Updated on Sep 15, 2025

Environment

Product Version2019.1.220
ProductRadDateTimePicker for WPF

Description

How to show only the month of the selected date in the calendar's header of RadDateTimePicker.

Solution

Set the MonthViewHeaderFormat property of the RadCalendar control. You can do this via the CalendarStyle property of RadDateTimePicker.

XAML
	<telerik:RadDateTimePicker>
		<telerik:RadDateTimePicker.CalendarStyle>
			<Style TargetType="telerik:RadCalendar">
				<Setter Property="MonthViewHeaderFormat" Value="MMMM" />
			</Style>
		</telerik:RadDateTimePicker.CalendarStyle>
	</telerik:RadDatePicker>

Before and after the style

The same approach applies to RadDatePicker.

In this article
EnvironmentDescriptionSolution
Not finding the help you need?
Contact Support