Back to Devexpress

ClipboardRowPastingEventArgs Properties

wpf-devexpress-dot-xpf-dot-grid-dot-clipboardrowpastingeventargs-dot-underscore-properties.md

latest1.7 KB
Original Source

ClipboardRowPastingEventArgs Properties

Provides data for the TableView.ClipboardRowPasting and TreeListView.ClipboardRowPasting events.

NameDescription
CancelGets or sets the value indicating whether to prevent pasting a row values.
CellValuesGets an array of pasted values.
ColumnsGets an array of target columns.
DataRowCountGets the total count of rows to process.
ErrorTextA text that contains information about an error that occurred.
IsValidChecks whether the pasted data is valid.
OriginalCellValuesGets the row’s original values.
RowCountGets the total count of rows to process, including rows with headers.
RowHandleGets the pasted row’s handle.

See Also

ClipboardRowPastingEventArgs Class

ClipboardRowPastingEventArgs Members

DevExpress.Xpf.Grid Namespace