Skip to main content
All docs
V25.1
  • 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.v25.1.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