RowPasteMode Enum
Identifies data pasting modes.
Namespace: DevExpress.Export
Assembly: DevExpress.Data.v24.2.dll
Declaration
Members
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. |
Related API Members
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