SpellCheckerStyles.LoadingPanel Property
Provides style settings that define the appearance of a loading panel.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.2.dll
Declaration
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