Last Updated:
17 Feb 2020 13:52
by ADMIN
RadForm: setting the RadForm.ThemeName property at design time should affect all controls' ThemeName as well.
When a developer set the RadForm.ThemeName property and then drag any controls onto the form, they will get automatically this theme applied to the control's ThemeName property. However, if you already have some controls on the form with ThemeName = "X" and you change RadForm.ThemeName to "Y", all controls' ThemeName should be changed to the new RadForm.ThemeName as well.