public enum GridClipboardCopyMode : 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. |
None | Clipboard support is disabled. |
System.Object
System.ValueType
System.Enum
C1.WinUI.Grid.GridClipboardCopyMode