CalendarSettings.LoadingPanelImage Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ImageProperties LoadingPanelImage { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#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