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

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

Syntax

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

Remarks