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

SpellCheckerStyles.LoadingPanel Property

Provides style settings that define the appearance of a loading panel.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

Declaration

public LoadingPanelStyle LoadingPanel { get; }

Property Value

Type Description
LoadingPanelStyle

A LoadingPanelStyle object that contains the style settings.

Remarks

If the SettingsLoadingPanel.Enabled property is set to true, a loading panel is displayed over the panel content during callback processing. Use the LoadingPanel property to customize the panel style.

See Also