Skip to main content

TreeListNodeCollection(TreeListNode) Constructor

Initializes a new instance of the TreeListNodeCollection class.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: 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