Skip to content

DevExpress-Examples/winforms-grid-copy-paste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Data Grid - How to paste data from the Clipboard

The Grid Control supports row copy and paste operations out-of-the-box. Set the GridView.OptionsClipboard.PasteMode property to Update or Append to enable the Paste from Clipboard functionality.

Users can copy/paste rows to/from the Clipboard using the CTRL+C and CTRL+V (or Shift+Insert) shortcuts, respectively.

Use the GridView.CopyToClipboard and GridView.PasteFromClipboard methods to copy/paste rows in code.

Files to Review

Documentation

Does this example address your development requirements/objectives?

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