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

CalendarProperties.LoadingPanelImage Property

Gets the settings of an image that is displayed in a calendar’s loading panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public ImageProperties LoadingPanelImage { get; }

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