ASPxGaugeControl.ShowLoadingPanelImage Property
In This Article
OBSOLETE
Use the Settings
Gets or sets whether an image can be displayed within the Loading Panel.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.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 |
|
#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 SettingsLoadingPanel.ImagePosition property. The ShowLoadingPanelImage
property specifies the visibility of the panel’s image.
See Also