FIX. RadDateTimePicker - the Checked property is not taken under consideration when set to false at design time.
To reproduce:
- Set the ShowCheckBox property to true and Checked property to false at design-time.
- When the application is started the checkbox is checked.
Workaround:
- Set the state in code:
radDateTimePicker1.Checked = false;