Gets or sets the css class name for rendering the splitter bar while mouse is over it.

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

Syntax

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

Remarks