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.v18.2.dll

Declaration

public TreeListNodeCollection(
    TreeListNode owner
)

Parameters

Name Type Description
owner TreeListNode

A TreeListNode object that is the owner of the collection.

See Also