Gets or sets the path to the image to display for the node when it is expanded.
If CollapsedImageUrl or ExpandedImageUrl are not specified, then the ImageUrl property is used instead.
Namespace:
C1.Web.UI.Controls.C1TreeViewAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[UrlPropertyAttribute] [EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] [LayoutAttribute(LayoutType.Appearance)] [C1CategoryAttribute("Category.Appearance")] [DefaultValueAttribute("")] [JsonAttribute(true, true, "")] public string ExpandedImageUrl { get; set; } |
Visual Basic |
---|
<UrlPropertyAttribute> _ <EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ <LayoutAttribute(LayoutType.Appearance)> _ <C1CategoryAttribute("Category.Appearance")> _ <DefaultValueAttribute("")> _ <JsonAttribute(True, True, "")> _ Public Property ExpandedImageUrl As String Get Set |