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

TreeViewNodeCollection(TreeViewNode) Constructor

Initializes a new instance of the TreeViewNodeCollection class, specifying its owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public TreeViewNodeCollection(
    TreeViewNode node
)

Parameters

Name Type Description
node TreeViewNode

A TreeViewNode object, specifying the node that will own the collection.

Remarks

This constructor is used to create a new instance of the TreeViewNodeCollection class, specifying the node to which the collection belongs.

See Also