Skip to main content
All docs
V23.2

ASPxClientVerticalGridClipboardCellPastingEventArgs Properties

Contains data for the ClipboardCellPasting event.
Name Description
cancel Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs.
cellInfo Obtains information about the processed cell.
newText Gets the new text of the processed cell.
newValue Specifies the new value of the processed cell.
oldText Gets the old text of the processed cell.
oldValue Gets the old value of the processed cell.
See Also