Gets or sets the URL path to the image that is displayed next to the text in the menu item.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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

See Also