Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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