Telerik - Winforms - DateTimePicker Today button

If you code with Telerik, here's a small helper. I search their documentation for hours trying to find a way to turn on the 'today' button in the RadDateTime picker. There are two code examples in C but I couldn't translate them

Anyway... here's the code snippet.

Related Articles

... and you 'll find more on the Telerik Winforms Menu

Dim calendarBehavior As RadDateTimePickerCalendar  = TryCast(Me.radDateTimePicker1.DateTimePickerElement.GetCurrentBehavior(), RadDateTimePickerCalendar)
  
Dim calendar As RadCalendar = TryCast(calendarBehavior.Calendar, RadCalendar)
calendar.ShowFooter = True

RealWorldCode gives developers practical, real‑world solutions with clean, working code — no fluff, no theory, just answers.
Links
Home
Knowledge Areas
Sitemap
Contact
Et cetera
Privacy Policy
Terms and Conditions
Cookie Preferences