SpellCheckerStyles.LoadingPanel Property
In This Article
Provides style settings that define the appearance of a loading panel.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public LoadingPanelStyle LoadingPanel { get; }
#Property Value
Type | Description |
---|---|
Loading |
A Loading |
#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