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

CallbackPanelStyles.LoadingDiv Property

Gets style settings that define the appearance of a rectangle displayed above a control while waiting for a callback response.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public LoadingDivStyle LoadingDiv { get; }

Property Value

Type Description
LoadingDivStyle

A LoadingDivStyle object that contains style settings.

Remarks

The Loading Div element is a rectangle displayed above a control while waiting for a callback response. By default, this element is transparent. Use the LoadingDiv property to customize the style settings of the Loading Div element.

ASPxCallbackPanel_LoadingPanel

Over the Loading Div element, a loading panel is displayed. You can use the CallbackPanelStyles.LoadingPanel property to customize its settings.

You can disable the Loading Div element and a loading panel by setting the SettingsLoadingPanel.Enabled property to false.

Note

When the ASPxCallbackPanel.EnableCallbackAnimation or ASPxCallbackPanel.HideContentOnCallback property is set to true, the loading div element is not displayed.

See Also