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

ASPxSchedulerStyles.LoadingDiv Property

Gets the style settings used to paint a rectangle displayed above the scheduler while waiting for a callback response.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll

Declaration

public LoadingDivStyle LoadingDiv { get; }

Property Value

Type Description
LoadingDivStyle

A LoadingDivStyle object that contains the style settings.

See Also