This is a migrated thread and some comments may be shown as answers.

RadSkinManager - General Info and Online Resources

0 Answers 390 Views
SkinManager
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Telerik Admin
Top achievements
Rank 1
Iron
Telerik Admin asked on 25 Jun 2009, 03:16 PM
RadSkinManager's intuitive design-time options allow you to define global skin for the RadControls on the page as well as granular settings for particular controls through the TargetControls collection.

By default the Skin property of RadSkinManager is an empty string. If the property is set to a different value and Enabled is set to true for the control, the manager will apply automatically the specified skin to all RadControls on the form. If you set the ShowChooser property to true the manager will display run-time RadComboBox as a part of its smart tag, populated with all embedded skins, where you can pick a skin.

Additionally, in the TargetControls (persisted in ViewState) collection you can add per-control skin setting (setting TargetControl -> ID and TargetControl -> Skin) alongside with Enabled property value to enable/disable this particular setting. You can select any RadControl on the form and the manager will find recursively all ISkinableControl instances to set their skin.



To get familiar with the control please follow these online resources:

Tags
SkinManager
Asked by
Telerik Admin
Top achievements
Rank 1
Iron
Share this question
or