This topic has not yet been rated - Rate this topic

DataGridClipboardCopyMode Enumeration

Specifies whether content can be copied to the clipboard from a DataGrid control. If the content can be copied, specifies whether column headers are copied.

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)
public enum DataGridClipboardCopyMode
<object property = "enumMemberName"/>
Member name Description
None Indicates that content cannot be copied to the clipboard from the DataGrid control.
ExcludeHeader Indicates that content can be copied from a DataGrid to the clipboard, but does not copy column headers.
IncludeHeader Indicates that content can be copied from a DataGrid to the clipboard and copies column headers as the first line of text.

Use this enumeration with the DataGrid.ClipboardCopyMode property to specify how content is copied from to the clipboard from a DataGrid control.

Silverlight

Supported in: 5, 4

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ