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

ASPxGaugeControl.ShowLoadingPanelImage Property

OBSOLETE

Use the SettingsLoadingPanel property instead.

Gets or sets whether an image can be displayed within the Loading Panel.

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 ShowLoadingPanelImage { get; set; }

Property Value

Type Default Description
Boolean **true**

true if an image is allowed to be displayed within the loading panel; otherwise, false.

Remarks

The Loading Panel’s image is specified by the ASPxGaugeControl.LoadingPanelImage property. Its position with respect to the panel’s text content is specified by the ASPxGaugeControl.LoadingPanelImagePosition property. The ShowLoadingPanelImage property specifies the visibility of the panel’s image.

See Also