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

ASPxCalendar.LoadingPanelImage Property

Gets the settings of an image displayed within a Loading Panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
ImageProperties String.Empty

An ImageProperties object that contains image settings.

Remarks

The loading panel’s image is shown if the SettingsLoadingPanel.ShowImage property is set to true.

See Also