ImageEditPropertiesBase.EmptyImage Property
In This Article
Gets the settings of an image which is displayed by the editor if the editor’s value is null.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties EmptyImage { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
Use the EmptyImage property to define an image to be displayed within the editor if the editor’s ASPxImage.ImageUrl property is not specified or its ASPxEdit.Value property is set to null.
Note
The Empty
See Also