Url path to the image that will be displayed for the disabled 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))]
[C1CategoryAttribute("Category.Appearance")]
[JsonAttribute(true, true, "")]
[UrlPropertyAttribute]
public virtual string DisabledImageUrl { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<LayoutAttribute(LayoutType.Appearance)> _
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<C1CategoryAttribute("Category.Appearance")> _
<JsonAttribute(True, True, "")> _
<UrlPropertyAttribute> _
Public Overridable Property DisabledImageUrl As String
	Get
	Set

See Also