Back to Devexpress

DataViewBase.ClipboardCopyWithHeaders Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-2d6ce3ad.md

latest1.7 KB
Original Source

DataViewBase.ClipboardCopyWithHeaders Property

OBSOLETE

Use the ClipboardCopyMode property instead

Gets or sets whether column captions are copied to the clipboard when copying row values.

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 ClipboardCopyWithHeaders { get; set; }
vb
<Obsolete("Use the DataControlBase.ClipboardCopyMode property instead")>
<Browsable(False)>
Public Property ClipboardCopyWithHeaders As Boolean

Property Value

TypeDescription
Boolean

true to add column headers to the clipboard when copying row values; otherwise, false.

|

Remarks

To allow copying view data to the clipboard, enable the DataViewBase.ClipboardCopyAllowed option. To learn more, see Clipboard Management.

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace