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

FileManagerStyles.LoadingDiv Property

Gets the style settings, defining the appearance of a rectangle, displayed above the ASPxFileManager while waiting for a callback response.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public LoadingDivStyle LoadingDiv { get; }

Property Value

Type Description
LoadingDivStyle

A LoadingDivStyle object that contains the style settings.

Remarks

By default, the rectangle, displayed above the ASPxFileManager while waiting for a callback response is transparent. Use the LoadingDiv property to specify its style settings.

See Also