ImageEditPropertiesBase.ShowLoadingImage Property
Specifies whether the loading image is displayed while the main image is being loaded.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
Set the ShowLoadingImage property to true to display the loading image while the main image is being loaded. To specify a custom loading image, use the ImageEditPropertiesBase.LoadingImageUrl property. Note that to work properly, the image height and width should be specified.
Note
The ShowLoadingImage property synchronizes its value with the editor’s ASPxImageBase.ShowLoadingImage property.
See Also