Skip to main content
A newer version of this page is available. .
Tab

BinaryImageEditProperties.LoadingImageUrl Property

Specifies a custom loading image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public string LoadingImageUrl { get; set; }

Property Value

Type Default Description
String String.Empty

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

Remarks

Set the BinaryImageEditProperties.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