CallbackPanelStyles.LoadingPanel Property
Provides style settings that define the appearance of a loading panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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.
If the ASPxCallbackPanel.HideContentOnCallback property is set to false
, the panel content is additionally covered with a specific Loading Div element whose style settings can be defined via the CallbackPanelStyles.LoadingDiv property.
Note
When the ASPxCallbackPanel.EnableCallbackAnimation property is set to true
, the loading panel is not displayed.