Skip to main content

ASPxGaugeControl.LoadingPanelDelay Property

OBSOLETE

Use the SettingsLoadingPanel property instead.

Gets or sets the delay before displaying the loading panel.

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v23.2.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

[DefaultValue(300)]
[Obsolete("Use the SettingsLoadingPanel property instead.")]
public int LoadingPanelDelay { get; set; }

Property Value

Type Default Description
Int32 300

An Int32 value that specifies the interval from the time a callback is sent to the server and a loading panel is displayed, in milliseconds.

Remarks

If the ASPxGaugeControl.ShowLoadingPanel property is set to true, a loading panel is displayed within the ASPxGaugeControl object while waiting for a callback response. Use the LoadingPanelDelay property to specify a delay before the loading panel is displayed.

See Also