Increment Step
The rich API of RadDateOnlyPicker allows you to replace the dropdown button with increment/decrement buttons step. This way the user can click on one of the buttons to incease or decrease the date part.
this.radDateOnlyPicker1.ShowUpDown = true;
Me.radDateOnlyPicker1.ShowUpDown = True