ImageZoomImages.EmptyImage Property
In This Article
Gets the settings of an image displayed when the ASPxImageZoom control’s data source is empty.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties EmptyImage { get; }
#Property Value
Type | Description |
---|---|
Image |
Image settings. |
#Remarks
<dx:ASPxImageZoom ID="imageZoom" ... Images-EmptyImage-Url="/Images/emptyFolder.png" />
See Also