Gets or sets whether copying view data to the clipboard is allowed.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.Core.dll
Note: This API is now obsolete.
Use the DataControlBase.ClipboardCopyMode property instead

Syntax
C# |
public bool ClipboardCopyAllowed { get; set; }
|
VB |
Public Property ClipboardCopyAllowed As Boolean
|
Property value
Type: Boolean
true to allow copying view data to the clipboard; otherwise, false.

Remarks
To learn more, see Clipboard Management.

See Also