Back to Devexpress

AfterDropNodeEventArgs.DestinationNode Property

windowsforms-devexpress-dot-xtratreelist-dot-afterdropnodeeventargs.md

latest1.2 KB
Original Source

AfterDropNodeEventArgs.DestinationNode Property

Gets a parent node that owns the dropped node.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public TreeListNode DestinationNode { get; }
vb
Public ReadOnly Property DestinationNode As TreeListNode

Property Value

TypeDescription
TreeListNode

The parent node.

|

See Also

AfterDropNodeEventArgs Class

AfterDropNodeEventArgs Members

DevExpress.XtraTreeList Namespace