Skip to main content
A newer version of this page is available. .

ASPxGaugeControl.ShowLoadingPanel Property

OBSOLETE

Use the SettingsLoadingPanel property instead.

Gets or sets a value that specifies whether a Loading Panel is displayed while waiting for a callback response.

Namespace: DevExpress.Web.ASPxGauges

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

NuGet Package: DevExpress.Web.Visualization

Declaration

[DefaultValue(true)]
[Obsolete("Use the SettingsLoadingPanel property instead.")]
public bool ShowLoadingPanel { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the loading panel functionality is enabled; otherwise, false.

See Also