Gets or sets the URL for the image to be used for disabled state.
Namespace:
C1.Web.UI.Controls.C1ComboBoxAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[C1CategoryAttribute("Category.Appearance")] [DefaultValueAttribute(null)] [EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] [UrlPropertyAttribute] [LayoutAttribute(LayoutType.Appearance)] [JsonAttribute(true, true, null)] public string DisabledImageUrl { get; set; } |
| Visual Basic (Declaration) |
|---|
<C1CategoryAttribute("Category.Appearance")> _ <DefaultValueAttribute(Nothing)> _ <EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ <UrlPropertyAttribute> _ <LayoutAttribute(LayoutType.Appearance)> _ <JsonAttribute(True, True, Nothing)> _ Public Property DisabledImageUrl As String Get Set |