Xceed DataGrid for Silverlight Documentation
DataGridClipboardCopyMode Enumeration
Members 


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 Enum DataGridClipboardCopyMode 
   Inherits System.Enum
'Usage
 
Dim instance As DataGridClipboardCopyMode
public enum DataGridClipboardCopyMode : System.Enum 
Members
MemberDescription
ExcludeHeaderThe information displayed in the column headers is excluded.
IncludeHeaderThe information displayed in the column headers is included.
NoneCopying to clipboard is disabled.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Silverlight.DataGrid.DataGridClipboardCopyMode

Requirements

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

See Also

Reference

Xceed.Silverlight.DataGrid Namespace

Send Feedback