TreeViewNodeCollection(TreeViewNode) Constructor
Initializes a new instance of the TreeViewNodeCollection class, specifying its owner.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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