Xceed DataGrid for Silverlight Documentation
ClipboardCopyMode Property


Gets or sets a value indicating whether end users can copy data to the clipboard and whether the information displayed in the column headers should be included.
Syntax
'Declaration
 
Public Property ClipboardCopyMode As DataGridClipboardCopyMode
'Usage
 
Dim instance As DataGridControl
Dim value As DataGridClipboardCopyMode
 
instance.ClipboardCopyMode = value
 
value = instance.ClipboardCopyMode
public DataGridClipboardCopyMode ClipboardCopyMode {get; set;}

Property Value

A DataGridClipboardCopyMode indicating whether end users can copy data to the clipboard and whether the information displayed in the column headers should be included. By default, ExludeHeader.
Remarks
Copying to the clipboard is only support with local data sources.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback