A newer version of this page is available.
Switch to the current version.
DataViewBase.CopyFocusedRowToClipboard() Method
Obsolete. Copies the values displayed within the focused row to the clipboard.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll
Declaration
[Obsolete("Use the DataControlBase.CopyCurrentItemToClipboard method instead")]
[Browsable(false)]
public virtual void CopyFocusedRowToClipboard()
<Obsolete("Use the DataControlBase.CopyCurrentItemToClipboard method instead")>
<Browsable(False)>
Public Overridable Sub 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
Feedback