Skip to main content
Tab

ImageGalleryFullscreenViewerItemTemplateContainer(ImageGalleryItem) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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