Skip to main content
Tab

BinaryImageEditingSettings.EmptyValueText Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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:

Object Type Path to EmptyValueText
ASPxBinaryImage
.EditingSettings .EmptyValueText
BinaryImageEditProperties
.EditingSettings .EmptyValueText
See Also