CalendarProperties.LoadingPanelImage Property
Gets the settings of an image that is displayed in a calendar’s loading panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
ImageProperties | String.Empty | An ImageProperties object that contains the image settings. |
Remarks
Use the LoadingPanelImage property to specify an image for the loading panel displayed within the calendar. Note that if the SettingsLoadingPanel.Enabled property is set to false
, the LoadingPanelImage property is not in effect.
See Also