Back to Devexpress

ImageEditPropertiesBase.EmptyImage Property

aspnet-devexpress-dot-web-dot-imageeditpropertiesbase-d29e61a1.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public ImageProperties EmptyImage { get; }
vb
Public ReadOnly Property EmptyImage As ImageProperties

Property Value

TypeDescription
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

ImageEditPropertiesBase Class

ImageEditPropertiesBase Members

DevExpress.Web Namespace