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

Remarks