Gets or sets the Url of an image to be shown during callback to provide visual feedback.
Namespace:
C1.Web.C1WebReportAssembly: C1.Web.C1WebReport.2 (in C1.Web.C1WebReport.2.dll)
Syntax
C# |
---|
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] [DefaultValueAttribute("DefaultSpinner")] public string CallbackWaitImageUrl { get; set; } |
Visual Basic (Declaration) |
---|
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ <DefaultValueAttribute("DefaultSpinner")> _ Public Property CallbackWaitImageUrl As String Get Set |
Remarks
The default value for this property is 'DefaultSpinner'.
Examples
For an example using the CallbackWaitImageUrl property, see Displaying an Image During Callback.