Back to Devexpress

ASPxImageBase.EmptyImage Property

aspnet-devexpress-dot-web-dot-aspximagebase-f650b6c2.md

latest1.2 KB
Original Source

ASPxImageBase.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

A ImageProperties object that contains image settings.

|

Remarks

This property is a wrapper of the ImageEditPropertiesBase.EmptyImage property.

See Also

Image

ASPxImageBase Class

ASPxImageBase Members

DevExpress.Web Namespace