GridView.PasteFromClipboard() Method
Pastes data from clipboard in the grid according to the current ClipboardOptions.PasteMode setting (available from the GridView.OptionsClipboard object).
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Remarks
See Clipboard to learn more.
See Also