TreeViewNodeTemplateContainer(TreeViewNode) Constructor
Initializes a new instance of the TreeViewNodeTemplateContainer class with the specified setting.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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