New to Telerik UI for WinFormsStart a free 30-day trial

Customizing Appearance

Updated over 1 year ago

Each of the elements inside the RadDateOnlyPicker control can be futher customized. In the following code snippet we will demonstrate how you can change the back color of the control programmatically.

C#
this.radDateOnlyPicker1.DateOnlyPickerElement.TextBoxElement.BackColor = Color.Bisque;

WinForms RadDateOnlyPicker TextBoxElement

See Also

In this article
See Also
Not finding the help you need?
Contact Support