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

PopupControlStyles.LoadingDiv Property

Gets style settings that define the appearance of a specific loading div panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public LoadingDivStyle LoadingDiv { get; }

Property Value

Type Description
LoadingDivStyle

A LoadingDivStyle object that contains style settings.

Remarks

Use the LoadingDiv property to customize the style settings of the loading div element. This element covers the control’s content during callback processing.

See Also