New to Telerik UI for WinFormsStart a free 30-day trial

Represents the clipboard copy mode.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public enum GridViewClipboardCopyMode

Fields

Copying to the Clipboard is disabled.

C#
Disable = 0

The text values of selected cells can be copied to the Clipboard. Header text is included for rows and columns that contain selected cells.

C#
EnableAlwaysIncludeHeaderText = 2

The text values of selected cells can be copied to the Clipboard. Header text is not included.

C#
EnableWithoutHeaderText = 1