New to Telerik UI for WinForms? Start 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;
