Gets or sets the URL for the image to be used to show highlighted state.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

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

See Also