ImageGalleryThumbnailTemplateContainer Class
In This Article
A container for the templates that are used to render ASPxImageGallery elements.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ImageGalleryThumbnailTemplateContainer :
ImageGalleryTemplateContainerBase
#Remarks
Objects of the ImageGalleryThumbnailTemplateContainer type are automatically instantiated when a template of one of the following types is created: ASPxImageGallery.ItemTextTemplate or ImageGalleryItem.TextTemplate.
#Implements
#Inheritance
Object
Control
TemplateContainerBase
ItemTemplateContainerBase
ImageGalleryTemplateContainerBase
ImageGalleryThumbnailTemplateContainer
See Also