Skip to main content

ASPxSpellChecker.ShowLoadingPanelImage Property

OBSOLETE

Use the SettingsLoadingPanel property instead.

Gets or sets a value that specifies the visibility of an image within a loading panel displayed while waiting for a callback response.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

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 displayed within a loading panel; otherwise, false.

Remarks

Use the ShowLoadingPanelImage property to control whether the image whose settings are specified via the ASPxSpellChecker.LoadingPanelImage property is displayed within a loading panel which is shown while waiting for a callback response.

See Also