BinaryImageEditingSettings.EmptyValueText Property
Gets or sets the text displayed in the editor when there is no image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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 |
|
| BinaryImageEditProperties |
|
See Also