Gets or sets the URL path that will be displayed for the selected item.

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

Syntax

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

See Also