Back to Devexpress

BinaryImageEditingSettings.EmptyValueText Property

aspnet-devexpress-dot-web-dot-binaryimageeditingsettings-95e9341e.md

latest1.7 KB
Original Source

BinaryImageEditingSettings.EmptyValueText Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("No image")]
public string EmptyValueText { get; set; }
vb
<DefaultValue("No image")>
Public Property EmptyValueText As String

Property Value

TypeDefaultDescription
String"No image"

A String value specifying the displayed text.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EmptyValueText
ASPxBinaryImage

.EditingSettings .EmptyValueText

| | BinaryImageEditProperties |

.EditingSettings .EmptyValueText

|

See Also

Binary Image

BinaryImageEditingSettings Class

BinaryImageEditingSettings Members

DevExpress.Web Namespace