Skip to main content
Tab

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

NuGet Package: DevExpress.Web

Declaration

public ImageProperties EmptyImage { get; }

Property Value

Type Description
ImageProperties

Image settings.

Remarks

<dx:ASPxImageZoom ID="imageZoom" ... Images-EmptyImage-Url="/Images/emptyFolder.png" />
See Also