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

TreeListPreviewTemplateContainer Class

Represents a container for the templates used to render preview rows.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

public class TreeListPreviewTemplateContainer :
    TreeListCellTemplateContainerBase

Remarks

TreeListPreviewTemplateContainer objects are automatically instantiated when the TreeListTemplates.Preview template is created.

To learn more, see Templates

See Also