Back to Devexpress

DataViewBase.ClipboardCopyAllowed Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-93126c3a.md

latest1.6 KB
Original Source

DataViewBase.ClipboardCopyAllowed Property

OBSOLETE

Use the ClipboardCopyMode property instead

Gets or sets whether copying view data to the clipboard is allowed.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Obsolete("Use the DataControlBase.ClipboardCopyMode property instead")]
[Browsable(false)]
public bool ClipboardCopyAllowed { get; set; }
vb
<Obsolete("Use the DataControlBase.ClipboardCopyMode property instead")>
<Browsable(False)>
Public Property ClipboardCopyAllowed As Boolean

Property Value

TypeDescription
Boolean

true to allow copying view data to the clipboard; otherwise, false.

|

Remarks

To learn more, see Clipboard Management.

See Also

ClipboardCopyMode

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace