CalendarProperties.LoadingPanelImage Property
In This Article
Gets the settings of an image that is displayed in a calendar’s loading panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue("")]
public ImageProperties LoadingPanelImage { get; }
#Property Value
Type | Default | Description |
---|---|---|
Image |
String. |
An Image |
#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