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

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Appearance")]
[JsonAttribute(true)]
public override string VisualStyle { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Appearance")> _
<JsonAttribute(True)> _
Public Overrides Property VisualStyle As String
	Get
	Set

Implements

IC1ThemeSupportVisualStyle()()()()

Remarks

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

See Also