New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
ControlID
ControlsToApplySkin
Enabled
Skin
control
Telerik.Web.UI.TargetControl
Represents the target control to which Telerik.Web.UI.RadSkinManager applies a skin.
Inheritance Hierarchy
- System.Object
- Telerik.Web.StateManager : IMarkableStateManager, IStateManager
- Telerik.Web.UI.TargetControl
Properties
ControlID String
Gets or sets a string value representing the server ID of the target control.
ControlsToApplySkin String
Gets or sets a ControlTypeToApplySkin value representing the type of RadControls which will be targetted by the Skin setting.
Enabled Boolean
Gets or sets a value indicating whether skinning should be enabled or not.
Skin String
Gets or sets a string value representing the skin which will be applied to the target control(s).
Methods
ShouldApplySkinToControlType
Returns a string value representing the Skin that should be applied to the passed skinnable control.
Parameters
control Telerik.Web.ISkinnableControl
An ISkinnableControl object to which the resolved skin would be applied.
Returns
System.String
A string value representing the resolved Skin.