Skip to content

DevExpress-Examples/winforms-grid-move-cell-using-drag-drop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Data Grid - Move cell contents using drag and drop (Microsoft Excel-inspired behavior)

This example handles MouseDown, MouseMove, and MouseUp events to allow users to move cell values using drag and drop:

  • Select a data cell that you want to move.
  • Point to the cell's bottom border.
  • When the pointer becomes a multi-arrow move pointer, drag the cell to another location.

See Also