Skip to main content
All docs
V23.2

BeforeDropNodeEventArgs.SourceNode Property

Gets a node that the user is about to drop.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public TreeListNode SourceNode { get; }

Property Value

Type Description
TreeListNode

The node that the user is about to drop.

See Also