Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.89 KB

File metadata and controls

27 lines (18 loc) · 1.89 KB

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

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)