Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.PivotGrid

#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