DataGridClipboardCopyMode Enumeration
Defines modes that indicates how DataGrid content is copied to the Clipboard.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public enum DataGridClipboardCopyMode
Public Enumeration DataGridClipboardCopyMode
type DataGridClipboardCopyMode
Members
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. |