Defines constants that specify whether users can copy data from a C1FlexGrid
control to the clipboard and whether column header values are included.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public enum ClipboardCopyMode |
Visual Basic |
---|
Public Enumeration ClipboardCopyMode |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Clipboard support is disabled. | |
ExcludeHeader | 1 | Users can copy the text values of selected cells to the Clipboard; row and column header values are not included. | |
IncludeAllHeaders | 2 | Users can copy the text values of selected cells to the Clipboard; row and column header values are included. | |
IncludeColumnHeaders | 3 | Users can copy the text values of selected cells to the Clipboard; column header values are included. | |
IncludeRowHeaders | 4 | Users can copy the text values of selected cells to the Clipboard; row header values are included. |