Gets or sets the name of the control 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#
[DefaultValueAttribute("")]
public string CallbackWaitControlID { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
Public Property CallbackWaitControlID As String
	Get
	Set

See Also