TreeListPreviewTemplateContainer Class
In This Article
Represents a container for the templates used to render preview rows.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
#Declaration
public class TreeListPreviewTemplateContainer :
TreeListCellTemplateContainerBase
#Remarks
TreeListPreviewTemplateContainer objects are automatically instantiated when the TreeListTemplates.Preview template is created.
To learn more, see Templates
#Implements
#Inheritance
Object
Control
TemplateContainerBase
TreeListTemplateContainerBase
TreeListCellTemplateContainerBase
TreeListPreviewTemplateContainer
See Also