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

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

WinForms RadDateOnlyPicker Increment Step

See Also

Design Time MaskDateOnlyProvider Properties Structure

In this article