A newer version of this page is available.
Switch to the current version.
DataViewBase.ClipboardCopyAllowed Property
Obsolete. Gets or sets whether copying view data to the clipboard is allowed.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll
Declaration
[Obsolete("Use the DataControlBase.ClipboardCopyMode property instead")]
[Browsable(false)]
public bool ClipboardCopyAllowed { get; set; }
<Obsolete("Use the DataControlBase.ClipboardCopyMode property instead")>
<Browsable(False)>
Public Property ClipboardCopyAllowed As Boolean
Property Value
Type | Description |
---|---|
Boolean | true to allow copying view data to the clipboard; otherwise, false. |
Remarks
To learn more, see Clipboard Management.
See Also
Feedback