Skip to main content

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Bindable(true)]
[DefaultValue("")]
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