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 | |
Popup |
Setting the value of RadDateTimePicker
this.radDateTimePicker1.DateTimePickerElement.Calendar.HeaderNavigationMode = HeaderNavigationMode.Zoom;
Me.radDateTimePicker1.DateTimePickerElement.Calendar.HeaderNavigationMode = HeaderNavigationMode.Zoom