DevExpress - Unable to use ctrl-v in TextEdit control
2 answers
If you use the Ctrl + V keyboard shortcut for a menu item and the menu item's handler does nothing, it may precede the TextEditor functionality.
Also, if your form is an MDI parent, you can manually perform a copy / paste operation according to the instructions in this article http://msdn.microsoft.com/en-us/library/4s6dtf7z.aspx
+1
a source to share