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

CreateCustomNodeEventArgs.Owner Property

Gets the collection of nodes which owns the created node.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public TreeListNodes Owner { get; }

Property Value

Type Description
TreeListNodes

A TreeListNodes collection which owns the created node.

See Also