Skip to main content
A newer version of this page is available. .

PivotGridControl.CopyToClipboardWithFieldValues Property

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.v19.2.dll

Declaration

public bool CopyToClipboardWithFieldValues { get; set; }

Property Value

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.

Remarks

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