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

ImageGalleryThumbnailTemplateContainer(ImageGalleryItem) Constructor

Initializes a new instance of the ImageGalleryThumbnailTemplateContainer class with the specified setting.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ImageGalleryThumbnailTemplateContainer(
    ImageGalleryItem item
)

Parameters

Name Type Description
item ImageGalleryItem

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

See Also