Skip to main content
Tab

TreeViewNodeTemplateContainer(TreeViewNode) Constructor

Initializes a new instance of the TreeViewNodeTemplateContainer class with the specified setting.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TreeViewNodeTemplateContainer(
    TreeViewNode node
)

Parameters

Name Type Description
node TreeViewNode

A TreeViewNode object specifying the node which the current object belongs to.

Remarks

This constructor is used to create a new TreeViewNodeTemplateContainer class instance and initialize its TreeViewNodeTemplateContainer.Node property with the specified value.

See Also