Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
Cannot set OverridesDefaultStyle property in the default Style.
posted

Getting the above errror while changing the theme of the XamRibbon using the following code:

this.xamRibbon.Theme = radioButton.Tag.ToString();

where  the radioButton's tag property contains the theme values like "Office2k7Black", "Office2k7Blue" etc.