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