Image url for the symbol of submenu mark.

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

Syntax

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

See Also