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

BootstrapImage.EmptyImageUrl Property

Gets or sets the URL of an image which is displayed by the editor if the editor’s value is null.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[DefaultValue("")]
[Bindable(true)]
public string EmptyImageUrl { get; set; }

Property Value

Type Default Description
String String.Empty

A string containing the URL of an image.

Remarks

Use the EmptyImageUrl property to define an image to be displayed within the editor if the editor’s ASPxImage.ImageUrl property is not specified or its ASPxEdit.Value property is set to null.

See Also