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

BootstrapBinaryImage.EmptyImageUrl Property

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.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the location of an image.

See Also