FileManagerThumbnailsViewItemTemplateContainer Class
In This Article
A container for the templates used to render items displayed in the file area in thumbnails view mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class FileManagerThumbnailsViewItemTemplateContainer :
ItemTemplateContainerBase
#Remarks
The FileManagerThumbnailsViewItemTemplateContainer class is a container cell for the templates used to render items displayed in the file area in thumbnails view mode.
Objects of the FileManagerThumbnailsViewItemTemplateContainer type are automatically instantiated when a template of the FileManagerFileListThumbnailsViewSettings.ItemTemplate type is created.
#Implements
#Inheritance
Object
Control
TemplateContainerBase
ItemTemplateContainerBase
FileManagerThumbnailsViewItemTemplateContainer
See Also