DataGridClipboardCopyMode Enum

Definition

Defines constants that specify whether users can copy data from a DataGrid control to the Clipboard and whether column header values are included.

public enum class DataGridClipboardCopyMode
public enum DataGridClipboardCopyMode
type DataGridClipboardCopyMode = 
Public Enum DataGridClipboardCopyMode
Inheritance
DataGridClipboardCopyMode

Fields

ExcludeHeader 1

Users can copy the text values of selected cells to the Clipboard, and column header values are not included.

IncludeHeader 2

Users can copy the text values of selected cells to the Clipboard, and column header values are included.

None 0

Clipboard support is disabled.

Remarks

This enumeration is used by the DataGrid.ClipboardCopyMode property.

Applies to

See also