GridControl.PasteFromClipboard() Method
Pastes clipboard data to the GridControl.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Remarks
Set the DataControlBase.PasteMode property to Append / Update to enable paste operations.
In Append mode (DataControlBase.PasteMode is set to Append), the GridControl adds pasted data as new rows:
In Update mode (DataControlBase.PasteMode is set to Update), the GridControl updates existing cells when you paste data: