Gets or sets the cascading style sheet (CSS) class rendered on the client.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[RefreshPropertiesAttribute(RefreshProperties.All)]
[DefaultValueAttribute("")]
[ThemeableAttribute(true)]
public string CssClass { get; set; }
Visual Basic (Declaration)
<NotifyParentPropertyAttribute(True)> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<DefaultValueAttribute("")> _
<ThemeableAttribute(True)> _
Public Property CssClass As String
	Get
	Set

See Also