DataGridClipboardCopyMode Enum

Definition

Defines modes that indicates how DataGrid content is copied to the Clipboard.

public enum DataGridClipboardCopyMode
type DataGridClipboardCopyMode = 
Public Enum DataGridClipboardCopyMode
Inheritance
DataGridClipboardCopyMode

Fields

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.

None 0

Disable the DataGrid's ability to copy selected items as text.

Applies to