corelibraries-devexpress-dot-export-7611a0ba.md
Identifies data pasting modes.
Namespace : DevExpress.Export
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public enum RowPasteMode
Public Enum RowPasteMode
| Name | Description |
|---|---|
Default |
The same value as OnlyValidRow.
|
| OnlyValidRow |
Only valid rows are pasted. Invalid rows are skipped.
|
| Force |
Forces the control to paste a row, even if the row contains invalid data.
|
The following properties accept/return RowPasteMode values:
The RowPasteMode enumeration is used to set row pasting modes while handling the GridView.ClipboardRowPasting and TreeList.ClipboardNodePasting events.
See Also
ClipboardRowPastingEventArgs.PasteMode