The URL to a custom image for the collapsible node indicator.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[NotifyParentPropertyAttribute(true)]
public string CollapsedNodeImageUrl { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<NotifyParentPropertyAttribute(True)> _
Public Property CollapsedNodeImageUrl As String

See Also