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

ASPxSpellChecker.LoadingPanelDelay Property

OBSOLETE

Use the SettingsLoadingPanel property instead.

Gets or sets the delay before displaying the loading panel.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

[Obsolete("Use the SettingsLoadingPanel property instead.")]
[DefaultValue(300)]
public int LoadingPanelDelay { get; set; }

Property Value

Type Default Description
Int32 300

An Int32 value that specifies the time interval between when a callback is sent to the server and a loading panel is displayed, in milliseconds.

Remarks

If the ASPxSpellChecker.ShowLoadingPanel property is set to true, a loading panel is displayed within the ASPxSpellChecker object while waiting for a callback response. Use the LoadingPanelDelay property to specify a delay before the loading panel is displayed.

See Also