ASPxCalendar.LoadingDivStyle Property
In This Article
Gets style settings that define the appearance of a specific Loading Div panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public LoadingDivStyle LoadingDivStyle { get; }
#Property Value
Type | Description |
---|---|
Loading |
A Loading |
#Remarks
Use the LoadingDivStyle property to customize the style settings of the Loading Div element.
See Also