'Declaration Public Enum GridClipboardCopyMode Inherits System.Enum
public enum GridClipboardCopyMode : System.Enum
'Declaration Public Enum GridClipboardCopyMode Inherits System.Enum
public enum GridClipboardCopyMode : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.WPF.Grid.GridClipboardCopyMode