Skip to main content

TreeListPreviewTemplateContainer Class

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

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

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