method Grid.CutSelection ()
Cuts the selected items and moves them to the clipboard.

TypeDescription
The CutSelection, cuts the selected items, removing them from the control and placing them in the clipboard. These items can be pasted later using the Paste method. The AllowCopyPaste property specifies whether the control automatically handles Copy (CTRL + C), Cut (CTRL + X), and Paste(CTRL + V) operations. The RemoveSelection method programmatically removes the selected items along with all their descendants, effectively deleting the entire hierarchy of the selected items. You can use any of the following methods to programmatically perform Copy, Cut, or Paste operations on the selected items: