Url to the tab image when the tab is in disabled state.

Namespace:  C1.Web.UI.Controls.C1TabStrip
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, "")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute("")]
[UrlPropertyAttribute]
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[DescriptionAttribute("Url to the tab image when the tab is in disabled state.")]
[LayoutAttribute(LayoutType.Appearance)]
public string DisabledImageUrl { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, "")> _
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute("")> _
<UrlPropertyAttribute> _
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<DescriptionAttribute("Url to the tab image when the tab is in disabled state.")> _
<LayoutAttribute(LayoutType.Appearance)> _
Public Property DisabledImageUrl As String
	Get
	Set

Remarks