If true then control will use the VisualStyle embedded into control's assembly; otherwise control will load the VisualStyle from disk.

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

Syntax

C#
[C1CategoryAttribute("Category.Appearance")]
public override bool UseEmbeddedVisualStyles { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Appearance")> _
Public Overrides Property UseEmbeddedVisualStyles As Boolean
	Get
	Set

Implements

IC1ThemeSupportUseEmbeddedVisualStyles()()()()

See Also