Skip to main content
A newer version of this page is available. .

GridControl.PasteFromClipboard() Method

Pastes clipboard data to the GridControl.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public override void PasteFromClipboard()

Remarks

Set the DataControlBase.PasteMode property to Append / Update to enable paste operations.

See Also