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

TreeViewNodeTemplateContainer Class

Represents a container for the templates used to render the ASPxTreeView’s elements.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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.

Inheritance

See Also