Skip to main content

ClipboardRowPastingEventArgs Properties

Provides data for the TableView.ClipboardRowPasting and TreeListView.ClipboardRowPasting events.
Name Description
Cancel Gets or sets the value indicating whether to prevent pasting a row values.
CellValues Gets an array of pasted values.
Columns Gets an array of target columns.
DataRowCount Gets the total count of rows to process.
ErrorText A text that contains information about an error that occurred.
IsValid Checks whether the pasted data is valid.
OriginalCellValues Gets the row’s original values.
RowCount Gets the total count of rows to process, including rows with headers.
RowHandle Gets the pasted row’s handle.
See Also