Skip to main content

ASPxSpellChecker.ShowLoadingPanel Property

OBSOLETE

Use the SettingsLoadingPanel property instead.

Gets or sets whether the loading panel can be displayed.

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

Property Value

Type Default Description
Boolean true

true if a loading panel is allowed to be displayed; otherwise, false.

Remarks

Use this property to control whether a Loading Panel is displayed while waiting for a callback response.

See Also