Skip to main content

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.v23.2.Core.dll

NuGet Package: 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