Skip to main content

ClipboardRowPastingEventArgs Properties

Contains data for the ClipboardRowPasting event.
Name Description
Cancel Gets or sets whether to exclude the processed row from the paste operation’s result.
CellValues Gets pasted values.
Columns Gets changed columns.
OriginalCellValues Gets the row’s original values.
RowCount Gets the total number of rows pasted in the GridControl.
RowHandle Gets the processed row’s handle.
See Also