In the web.config we can set a global skin:
And in the code behind we can do the equivalent:
But in the web.config we can also set a global skin for a particular control type:
Is there an equivalent to this that can be used in the code behind through
<add key="Telerik.Skin" value="Office2007"/>RadSkinManagerMain.Skin = "Office2007";<add key="Telerik.ComboBox.Skin" value="Metro" />RadSkinManager?