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

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