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