Gets or sets the location of an image for the left border of C1WebDialog.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[NotifyParentPropertyAttribute(true)]
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
public string LeftUrl { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<NotifyParentPropertyAttribute(True)> _
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
Public Property LeftUrl As String
	Get
	Set

See Also