Gets or sets the url of an image that should be shown during callback to provide visual feedback.
Namespace:
C1.Web.C1WebChartBaseAssembly: C1.Web.C1WebChart3D.2 (in C1.Web.C1WebChart3D.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute("DefaultSpinner")] [EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] public string CallbackWaitImageUrl { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute("DefaultSpinner")> _ <EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ Public Property CallbackWaitImageUrl As String Get Set |