Gets or sets the URL path to the image that will be rendered into this item.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[C1CategoryAttribute("Category.Appearance")] [UrlPropertyAttribute] [DefaultValueAttribute("")] [EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] [JsonAttribute(true, true, "")] [LayoutAttribute(LayoutType.Appearance)] public virtual string ImageUrl { get; set; } |
| Visual Basic (Declaration) |
|---|
<C1CategoryAttribute("Category.Appearance")> _ <UrlPropertyAttribute> _ <DefaultValueAttribute("")> _ <EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ <JsonAttribute(True, True, "")> _ <LayoutAttribute(LayoutType.Appearance)> _ Public Overridable Property ImageUrl As String Get Set |