Skip to main content

CustomizeNewNodeFromOuterDataEventArgs.SourceNode Property

Gets the node (from another TreeList control) being dragged.

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 (from another TreeList control) being dragged.

See Also