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

TreeListNodeCollection(TreeListNode) Constructor

Initializes a new instance of the TreeListNodeCollection class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public TreeListNodeCollection(
    TreeListNode owner
)

Parameters

Name Type Description
owner TreeListNode

A TreeListNode object that is the owner of the collection.

See Also