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

DataViewBase.CopyFocusedRowToClipboard() Method

OBSOLETE

Use the CopyCurrentItemToClipboard() method instead

Copies the values displayed within the focused row to the clipboard.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

[Obsolete("Use the DataControlBase.CopyCurrentItemToClipboard method instead")]
[Browsable(false)]
public virtual void CopyFocusedRowToClipboard()

Remarks

Copying view data to the clipboard is allowed if the DataViewBase.ClipboardCopyAllowed property is set to true. To learn more, see Clipboard Management.

See Also