BeforeDropNodeEventArgs.DestinationNode Property
In This Article
Gets a parent node that owns the dropped node.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public TreeListNode DestinationNode { get; }
#Property Value
Type | Description |
---|---|
Tree |
The parent node. |
See Also