Gets or sets the location of an image for the bottom border of C1WebDialog.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute("")] [EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] [NotifyParentPropertyAttribute(true)] public string BottomUrl { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute("")> _ <EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ <NotifyParentPropertyAttribute(True)> _ Public Property BottomUrl As String Get Set |