Skip to main content
Tab

ImageEditPropertiesBase.EmptyImage Property

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties EmptyImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

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 EmptyImage property synchronizes its value with the editor’s ASPxImageBase.EmptyImage property.

See Also