Enable the TreeList.OptionsDragAndDrop.AcceptOuterNodes option to allow the TreeList control to accept nodes being dragged from another TreeList control.
public Form1() {
InitializeComponent();
treeList1.OptionsDragAndDrop.AcceptOuterNodes = true;
treeList2.OptionsDragAndDrop.AcceptOuterNodes = true;
}
(you will be redirected to DevExpress.com to submit your response)