Back to Devexpress

ASPxBinaryImage.LoadingImageUrl Property

aspnet-devexpress-dot-web-dot-aspxbinaryimage-00f60df3.md

latest1.5 KB
Original Source

ASPxBinaryImage.LoadingImageUrl Property

Specifies a custom loading image.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string LoadingImageUrl { get; set; }
vb
<DefaultValue("")>
Public Property LoadingImageUrl As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value that is the URL to the loading image.

|

Remarks

Set the ASPxBinaryImage.ShowLoadingImage property to true to display the loading image while the main image is being loaded. To specify a custom loading image, use the LoadingImageUrl property. Note that to work properly, the image height and width should be specified.

See Also

ASPxBinaryImage Class

ASPxBinaryImage Members

DevExpress.Web Namespace