ImageZoomNavigatorAutoGeneratedImagesSettings.ImageHeight Property
Specifies the height of automatically generated (cached) images that will be displayed in the preview image element.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Unit | "400" | A Unit value specifying an image height. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ImageHeight |
---|---|---|
ASP.NET Web Forms Controls | ASPxImageZoomNavigator |
|
ASP.NET MVC Extensions | ImageZoomNavigatorSettings |
|
Remarks
Use the ImageHeight and ImageZoomNavigatorAutoGeneratedImagesSettings.ImageWidth properties to specify the size of images that will be displayed in the preview image element.
To learn more about image caching, see the Image Caching topic.
See Also