TreeViewNodeTemplateContainer Class
In This Article
Represents a container for the templates used to render the ASPxTreeView’s elements.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class TreeViewNodeTemplateContainer :
ItemTemplateContainerBase
#Remarks
Objects of the TreeViewNodeTemplateContainer type are automatically instantiated when a template of one of the following types is created: the ASPxTreeView.NodeTemplate, ASPxTreeView.NodeTextTemplate, TreeViewNode.Template, or TreeViewNode.TextTemplate.
#Implements
#Inheritance
Object
Control
TemplateContainerBase
ItemTemplateContainerBase
TreeViewNodeTemplateContainer
See Also