Gets or sets the url of an image that should be shown during callback to provide visual feedback.

Namespace:  C1.Web.C1WebChartBase
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[DefaultValueAttribute("DefaultSpinner")]
public string CallbackWaitImageUrl { get; set; }
Visual Basic
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<DefaultValueAttribute("DefaultSpinner")> _
Public Property CallbackWaitImageUrl As String
	Get
	Set

See Also