DataGridClipboardCopyMode Enumeration
Defines modes that indicates how DataGrid content is copied to the Clipboard.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public enum DataGridClipboardCopyMode
Public Enumeration DataGridClipboardCopyMode
type DataGridClipboardCopyMode
| None | 0 |
Disable the DataGrid's ability to copy selected items as text.
|
| ExcludeHeader | 1 |
Enable the DataGrid's ability to copy selected items as text, but do not include
the column header content as the first line in the text that gets copied to the Clipboard.
|
| IncludeHeader | 2 |
Enable the DataGrid's ability to copy selected items as text, and include
the column header content as the first line in the text that gets copied to the Clipboard.
|