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

BinaryImageEditingSettings.EmptyValueText Property

Gets or sets the text displayed in the editor when there is no image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("No image")]
public string EmptyValueText { get; set; }

Property Value

Type Default Description
String "No image"

A String value specifying the displayed text.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EmptyValueText
ASP.NET Controls and MVC Extensions ASPxBinaryImage
.EditingSettings .EmptyValueText
BinaryImageEditProperties
.EditingSettings .EmptyValueText
ASP.NET Bootstrap Controls BootstrapBinaryImage
.EditingSettings .EmptyValueText
BootstrapBinaryImageEditProperties
.EditingSettings .EmptyValueText
ASP.NET MVC Extensions MVCxBinaryImage
.EditingSettings .EmptyValueText
MVCxBinaryImageEditProperties
.EditingSettings .EmptyValueText
MVCxColumnBinaryImageEditProperties
.EditingSettings .EmptyValueText
See Also