CreateCustomNodeEventArgs.Owner Property
In This Article
Gets the collection of nodes which owns the created node.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public TreeListNodes Owner { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
See Also