Skip to main content

CreateCustomNodeEventArgs.Owner Property

Gets the collection of nodes which owns the created node.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.1.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public TreeListNodes Owner { get; }

Property Value

Type Description
TreeListNodes

A TreeListNodes collection which owns the created node.

See Also