RadControls for WPF

Defines modes that indicate how RadGridView content is copied to the Clipboard.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.40

Syntax

C#
public enum GridViewClipboardCopyMode
Visual Basic
Public Enumeration GridViewClipboardCopyMode

Members

Member nameValueDescription
None1 Copying is disabled.
Cells2 Copy grid cells.
Header4 Copy grid header.
Footer8 Copy grid footer.
All14 Copy cells, header and footer.
Default2 Copy cells only.

See Also