ASPxImageBase.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 |
A Image |
#Remarks
This property is a wrapper of the ImageEditPropertiesBase.EmptyImage property.
See Also