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.v24.1.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 |
|
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