BinaryImageEditProperties.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 BinaryImageEditProperties.LoadingImageUrl property. Note that to work properly, the image height and width should be specified.
Note
The ShowLoadingImage property is not in effect if the BinaryImageEditingSettings.Enabled property is set to true
.
See Also