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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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