Window Form:Telerik theme color binding
- by Emaad Ali
Hi,
i am trying to implement a functionality in which user can change the form themes on run time i am using telerik controls in my form.
the problem which i am facing is that i declare theme variable
private Theme currentTheme;
after declaring variable i assign
currentTheme = ThemeResolutionService.GetTheme("Desert");
but it getting null.
any anyone tell me why it is not working?
thanks