Skip to main content

CalendarSettings.LoadingPanelImage Property

Gets the settings of an image to be displayed within a loading panel while waiting for a callback response.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ImageProperties LoadingPanelImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

The loading panel’s image is shown if the SettingsLoadingPanel.ImagePosition property is set to true. Its position with respect to the panel’s text content is specified by the SettingsLoadingPanel.ImagePosition property.

See Also