Back to Devexpress

ASPxLoadingPanel.LoadingDivStyle Property

aspnet-devexpress-dot-web-dot-aspxloadingpanel-c9ed70b0.md

latest1.7 KB
Original Source

ASPxLoadingPanel.LoadingDivStyle Property

Gets style settings that define the appearance of a specific Loading Div panel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public LoadingDivStyle LoadingDivStyle { get; }
vb
Public ReadOnly Property LoadingDivStyle As LoadingDivStyle

Property Value

TypeDescription
LoadingDivStyle

A LoadingDivStyle object that contains style settings.

|

Remarks

Use the LoadingDivStyle property to customize the style settings of the Loading Div element. This element is displayed when the ASPxLoadingPanel is modal ( the ASPxLoadingPanel.Modal property is set to true). In this case, the Loading Div element covers the page during callback processing. If the ASPxLoadingPanel.ContainerElementID property is defined, the Loading Div element covers the corresponding control during callback processing.

See Also

Loading Panel

ASPxLoadingPanel Class

ASPxLoadingPanel Members

DevExpress.Web Namespace