Skip to main content
A newer version of this page is available. .

CustomizeNewNodeFromOuterDataEventArgs.SourceNode Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public TreeListNode SourceNode { get; }

Property Value

Type Description
TreeListNode

The node (from another TreeList control) being dragged.

See Also