[]
Specifies what parts of the grid should be copied to the clipboard when the AutoClipboard property is set to true.
public enum ClipboardCopyModeEnum
Name | Description |
---|---|
DataAndAllHeaders | Copy the selected data and include row and column headers. |
DataAndColumnHeaders | Copy the selected data and include the column headers. |
DataAndRowHeaders | Copy the selected data and include the row headers. |
DataOnly | Only the selected data is copied. |
Disabled | Do not copy any data to the clipboard. |