ImageZoomImages.EmptyImage Property
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
Declaration
Property Value
Type | Description |
---|---|
ImageProperties | Image settings. |
Remarks
<dx:ASPxImageZoom ID="imageZoom" ... Images-EmptyImage-Url="/Images/emptyFolder.png" />
See Also