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

CallbackPanelStyles.LoadingPanel Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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.

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.

ASPxCallbackPanel_LoadingPanel

Note

When the ASPxCallbackPanel.EnableCallbackAnimation property is set to true, the loading panel is not displayed.

See Also