Back to Devexpress

ClipboardRowPastingEventArgs Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-clipboardrowpastingeventargs-dot-underscore-properties.md

latest1.8 KB
Original Source

ClipboardRowPastingEventArgs Properties

Provides data for the GridView.ClipboardRowPasting event.

NameDescription
CancelGets or sets whether the current operation should be canceled.
DataRowCountGets the count of rows that contain data to process (without column and band header rows).
OriginalValuesReturns a read-only collection of individual pasted values.
PasteModeGets or sets whether only valid rows or all rows are pasted to the control.
RowCountGets the total count of rows to process (with column and band header rows).
RowHandleReturns the unique identifier (handle) of the currently processed row.
ValuesReturns a dictionary that contains “target column - pasted value” pairs. You can modify pasted values in this dictionary to perform custom pasting.

See Also

ClipboardRowPastingEventArgs Class

ClipboardRowPastingEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace