Skip to main content

GridControl.CopyToClipboard() Method

Copies selected rows/cells to the clipboard.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public override void CopyToClipboard()

Remarks

The GridControl copies to the clipboard only visible and selected rows/cells. Use the DataControlBase.SelectionMode property to enable the multiple row/cell selection mode.

See Also