Gets or sets the visual style name used by the control.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1ComboBoxClient (in C1ComboBoxClient.dll)

Syntax

JavaScript
function get_visualStyle();
function set_visualStyle(value);

Field Value

Remarks

If this value is empty then visual style will be not rendered. Default value is "ArcticFox".

See Also