URL to the image that will be displayed on AJAX requests.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[DescriptionAttribute("URL to the image that will be displayed on AJAX requests.")] [DefaultValueAttribute("res:progress.gif")] public virtual string AjaxRequestImageUrl { get; set; } |
Visual Basic (Declaration) |
---|
<DescriptionAttribute("URL to the image that will be displayed on AJAX requests.")> _ <DefaultValueAttribute("res:progress.gif")> _ Public Overridable Property AjaxRequestImageUrl As String Get Set |