Gets or sets the path to the image to display for the node when it is collapsed. If CollapsedImageUrl or ExpandedImageUrl are not specified, then the ImageUrl property is used instead.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[LayoutAttribute(LayoutType.Appearance)]
[C1CategoryAttribute("Category.Appearance")]
[DefaultValueAttribute("")]
[JsonAttribute(true, true, "")]
[UrlPropertyAttribute]
public string CollapsedImageUrl { get; set; }
Visual Basic
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<LayoutAttribute(LayoutType.Appearance)> _
<C1CategoryAttribute("Category.Appearance")> _
<DefaultValueAttribute("")> _
<JsonAttribute(True, True, "")> _
<UrlPropertyAttribute> _
Public Property CollapsedImageUrl As String
	Get
	Set

See Also