Skip to main content
Tab

ImageGalleryThumbnailTemplateContainer Class

A container for the templates that are used to render ASPxImageGallery elements.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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.

See Also