Back to Devexpress

RowPasteMode Enum

corelibraries-devexpress-dot-export-7611a0ba.md

latest1.7 KB
Original Source

RowPasteMode Enum

Identifies data pasting modes.

Namespace : DevExpress.Export

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum RowPasteMode
vb
Public Enum RowPasteMode

Members

NameDescription
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:

Remarks

The RowPasteMode enumeration is used to set row pasting modes while handling the GridView.ClipboardRowPasting and TreeList.ClipboardNodePasting events.

See Also

ClipboardRowPastingEventArgs.PasteMode

ClipboardNodePastingEventArgs.PasteMode

DevExpress.Export Namespace