Enum GridViewClipboardPasteMode
Represents the clipboard paste mode.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public enum GridViewClipboardPasteMode
Disable
Pasting to the RadGridView is disabled.
Enable
Pasting to the RadGridView is enabled.
EnableWithNotifications
Pasting to the RadGridView is enabled. The RadGridView Cell events will be raised during pasting operation.