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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public LoadingDivStyle LoadingDiv { get; }
#Property Value
Type | Description |
---|---|
Loading |
A Loading |
#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.
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 ASPxtrue
, the loading div element is not displayed.