DataGridClipboardCopyMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Fields
Name | Value | Description |
---|---|---|
None | 0 | Clipboard support is disabled. |
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. |
Remarks
This enumeration is used by the DataGrid.ClipboardCopyMode property.