Skip to main content

TreeListTemplateContainerBase Class

Serves as a base for classes that represent containers for the templates used to render the ASPxTreeList’s elements.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public abstract class TreeListTemplateContainerBase :
    TemplateContainerBase

Remarks

To learn more, see Templates and ASPxTreeList Elements that Support Templates.

See Also