EnumGridViewClipboardCopyMode
Enum
Represents the clipboard copy mode.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public enum GridViewClipboardCopyMode
Fields
Disable
Copying to the Clipboard is disabled.
EnableAlwaysIncludeHeaderText
The text values of selected cells can be copied to the Clipboard. Header text is included for rows and columns that contain selected cells.
Declaration
cs-api-definition
EnableAlwaysIncludeHeaderText = 2
Field Value
EnableWithoutHeaderText
The text values of selected cells can be copied to the Clipboard. Header text is not included.