wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-18adabc7.md
Gets or sets whether field values are copied to the clipboard when CTRL+C is pressed or the PivotGridControl.CopySelectionToClipboard method is called.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public bool CopyToClipboardWithFieldValues { get; set; }
Public Property CopyToClipboardWithFieldValues As Boolean
| Type | Description |
|---|---|
| Boolean |
true if field values are copied to the clipboard when CTRL+C is pressed or the PivotGridControl.CopySelectionToClipboard method is called; otherwise, false.
|
Data displayed within selected cells can be copied to the clipboard. End-users can only copy the text displayed within selected cells using CTRL+C or CTRL+INS. If the CopyToClipboardWithFieldValues property is set to true , cell values are copied to the clipboard along with corresponding field values.
Use the PivotGridControl.ClipboardCopyCollapsedValuesMode property to specify how to copy collapsed field values.
See Also
ClipboardCopyCollapsedValuesMode