Gets or sets the skin to apply to the control.
Namespace:
C1.Web.UI.Controls.C1ComboBoxAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public override string SkinID { get; set; } |
| Visual Basic (Declaration) |
|---|
<BrowsableAttribute(False)> _ <EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Overrides Property SkinID As String Get Set |
Field Value
Return Value
The name of the skin to apply to the control. The default is Empty()()()().
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | The skin specified in the SkinID property does not exist in the theme. |