Background image url.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
| C# |
|---|
[NotifyParentPropertyAttribute(true)] [EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] [DefaultValueAttribute("")] public string BackImageUrl { get; set; } |
| Visual Basic (Declaration) |
|---|
<NotifyParentPropertyAttribute(True)> _ <EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ <DefaultValueAttribute("")> _ Public Property BackImageUrl As String |