method Grid.CopySelection ()
Copies the selected items into the clipboard.

TypeDescription
The CopySelection, copies the selected items to the clipboard, allowing them to be pasted elsewhere without removing them from the control .The AllowCopyPaste property specifies whether the control automatically handles Copy (CTRL + C), Cut (CTRL + X), and Paste(CTRL + V) operations. You can use any of the following methods to programmatically perform Copy, Cut, or Paste operations on the selected items: