ASPxBinaryImage.ShowLoadingImage Property
In This Article
Specifies whether the loading image is displayed while the main image is being loaded.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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 ASPxBinaryImage.LoadingImageUrl property. Note that to work properly, the image height and width should be specified.
Note
The Showtrue
.
See Also