Skip to main content
A newer version of this page is available. .

ClipboardRowPastingEventArgs Properties

Provides data for the GridView.ClipboardRowPasting event.
Name Description
Cancel Gets or sets whether the current operation should be canceled.
DataRowCount Gets the total count of data rows to process.
OriginalValues Returns a read-only collection of individual pasted values.
PasteMode Gets or sets whether only valid rows or all rows are pasted to the control.
RowCount Gets the total count of rows to process.
RowHandle Returns the unique identifier (handle) of the currently processed row.
Values Returns a dictionary that contains “target column - pasted value” pairs. You can modify pasted values in this dictionary to perform custom pasting.
See Also