Enum GridViewClipboardCutMode
Represents the clipboard cut mode.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public enum GridViewClipboardCutMode
Disable
Cutting and copying to the Clipboard is disabled.
EnableAlwaysIncludeHeaderText
The text values of selected cells can be cut and copied to the Clipboard. Header text is included for rows and columns that contain selected cells.
EnableWithoutHeaderText
The text values of selected cells can be cut and copied to the Clipboard. Header text is not included.