Skip to main content
All docs
V23.2

BeforeDropNodeEventArgs.DestinationNode Property

Gets a parent node that owns the dropped node.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public TreeListNode DestinationNode { get; }

Property Value

Type Description
TreeListNode

The parent node.

See Also