Skip to main content
All docs
V18.2
Tab

ImageGalleryFullscreenViewerSettings(ASPxImageGallery) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageGalleryFullscreenViewerSettings(
    ASPxImageGallery imageGallery
)

Parameters

Name Type Description
imageGallery ASPxImageGallery

An ASPxImageGallery object that is the owner of the created object.

See Also