Gets or sets the url of image that to expand the splitter bar when 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#
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute("")]
[CategoryAttribute("Appearance")]
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[DescriptionAttribute("Gets or sets the url of image that to expand the splitter bar when mouse is over it.")]
[JsonAttribute(true)]
public string ExpandHoverImageUrl { get; set; }
Visual Basic (Declaration)
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute("")> _
<CategoryAttribute("Appearance")> _
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<DescriptionAttribute("Gets or sets the url of image that to expand the splitter bar when mouse is over it.")> _
<JsonAttribute(True)> _
Public Property ExpandHoverImageUrl As String
	Get
	Set

Remarks