Hi....
i am setting setting skin for controls in web.config
i am not applying skin in aspx code. i want get current skin name for particular control.
currently i am getting skin name using ConfigurationManager class and couple of IF statement.
is there any method or property available using which i can get skin name for any control ?
Thanks,
i am setting setting skin for controls in web.config
<appSettings> | |
<add key="Telerik.Skin" value="Office2007" /> | |
<add key="Telerik.Grid.Skin" value="Office2007" /> | |
<add key="Telerik.TabStrip.Skin" value="Vista" /> | |
</appSettings> | |
i am not applying skin in aspx code. i want get current skin name for particular control.
currently i am getting skin name using ConfigurationManager class and couple of IF statement.
is there any method or property available using which i can get skin name for any control ?
Thanks,