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