TreeView for DevExtreme - How to drag and drop multiple items
May 30, 2026 ยท View on GitHub
This example demonstrates how to implement the Drag and Drop functionality for multiple selected items in TreeView. It contains implementations for both plain and hierarchical data structures.

Use the following demos if you want to implement Drag and Drop of single items:
TreeView - Drag & Drop for Plain Data Structure
TreeView - Drag & Drop for Hierarchical Data Structure
Implementation Details
TreeView doesn't have a built-in Drag and Drop functionality. This example is based on the DevExtreme Sortable component, which adds the capability of reordering items.
Files to Review
- Angular
- jQuery
- React
- Vue
- ASP.Net Core
Documentation
More Examples
- DataGrid for DevExtreme - How to drag multiple rows
- DataGrid for DevExtreme - How to drag multiple rows between two grids
Does This Example Address Your Development Requirements/Objectives?
(you will be redirected to DevExpress.com to submit your response)