Skip to main content
Tab

TreeViewNodeTemplateContainer Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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.

Inheritance

See Also