Back to Devexpress

ASPxBinaryImage.ShowLoadingImage Property

aspnet-devexpress-dot-web-dot-aspxbinaryimage-01737994.md

latest1.7 KB
Original Source

ASPxBinaryImage.ShowLoadingImage Property

Specifies whether the loading image is displayed while the main image is being loaded.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool ShowLoadingImage { get; set; }
vb
<DefaultValue(False)>
Public Property ShowLoadingImage As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, to display loading image, otherwise, 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 ShowLoadingImage property is not in effect if the BinaryImageEditingSettings.Enabled property is set to true.

See Also

Binary Image

ASPxBinaryImage Class

ASPxBinaryImage Members

DevExpress.Web Namespace