Version

GridClipboardCopyType Enumeration

An enum that describes what should be copied using Ctrl-c in the XamGrid
Syntax
'Declaration
 
Public Enum GridClipboardCopyType 
   Inherits System.Enum
public enum GridClipboardCopyType : System.Enum 
Members
MemberDescription
DefaultDepending on CellClickAction property, selected cells or rows will be copied.
SelectedCellsOnly copy selected cells to the clipboard. For this option, you need to have Cell Selection turned on.
SelectedRowsOnly copy selected rows to the clipboard. For this option, you need to have Row Selection turned on.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also