ASPxSchedulerStyles.LoadingDiv Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public LoadingDivStyle LoadingDiv { get; }
#Property Value
Type | Description |
---|---|
Loading |
A Loading |
See Also