Skip to main content
A newer version of this page is available. .
Tab

ImageGalleryFullscreenViewerItemTemplateContainer(ImageGalleryItem) Constructor

Initializes a new instance of the ImageGalleryFullscreenViewerItemTemplateContainer class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageGalleryFullscreenViewerItemTemplateContainer(
    ImageGalleryItem item
)

Parameters

Name Type Description
item ImageGalleryItem

A ImageGalleryItem object specifying the item to which the current object belongs.

See Also