[]
Defines constants that specify whether users can copy data from a FlexGrid control to the clipboard and whether column and row header values are included.
[Flags]
public enum GridClipboardCopyMode
| 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. |
| Default | The default mode will copy the data to the clipboard allowing final users to decide whether it needs the headers or not. |
| ExcludeHeader | Users can copy the text values of selected cells to the Clipboard; row and column header values are not included. |
| IncludeAllHeaders | Users can copy the text values of selected cells to the Clipboard; row and column header values are included. |
| IncludeColumnHeaders | Users can copy the text values of selected cells to the Clipboard; column header values are included. |
| IncludeRowHeaders | Users can copy the text values of selected cells to the Clipboard; row header values are included. |
| None | Clipboard support is disabled. |