TreeNodeCollection(TreeNode) Constructor
Initializes a new instance of the TreeNodeCollection class with specified settings.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public TreeNodeCollection(
TreeNode owner
)
Parameters
Name | Type |
---|---|
owner | TreeNode |
See Also