New to Telerik UI for WinForms? Download free 30-day trial

Navigation Modes

The embedded RadCalendar has HeaderNavigationMode property, which determines what will be the behavior of control when the end-users clicks on the header of RadCalendar. In this article we will demonstrate how to change the default navigation mode.

HeaderNavigationMode Design
Zoom WinForms RadDateOnlyPicker Zoom
Popup WinForms RadDateOnlyPicker Popup

Setting the value of RadDateOnlyPicker

this.radDateOnlyPicker1.DateOnlyPickerElement.Calendar.HeaderNavigationMode = HeaderNavigationMode.Zoom;

Me.RadDateOnlyPicker1.DateOnlyPickerElement.Calendar.HeaderNavigationMode = HeaderNavigationMode.Zoom

WinForms RadDateOnlyPicker Value Property

See Also

In this article