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: