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