Gets or sets the css class name for rendering the splitter bar.

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

Syntax

C#
[JsonAttribute(true)]
[DescriptionAttribute("Gets or sets the css class name for rendering the splitter bar.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute("")]
[NotifyParentPropertyAttribute(true)]
public string CssClass { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True)> _
<DescriptionAttribute("Gets or sets the css class name for rendering the splitter bar.")> _
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute("")> _
<NotifyParentPropertyAttribute(True)> _
Public Property CssClass As String
	Get
	Set

Remarks