[]
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. |
None | Clipboard support is disabled. |