Skip to main content
A newer version of this page is available.
All docs
V19.2
Tab

ImageZoomNavigatorAutoGeneratedImagesSettings(ASPxImageZoomNavigator) Constructor

Initializes a new instance of the ImageZoomNavigatorAutoGeneratedImagesSettings class with the specified owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ImageZoomNavigatorAutoGeneratedImagesSettings(
    ASPxImageZoomNavigator zoomNavigator
)

Parameters

Name Type Description
zoomNavigator ASPxImageZoomNavigator

An ASPxImageZoomNavigator object that owns the created collection.

See Also