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

Copy Data to the Clipboard

The Pivot Grid control allows end-users to select multiple data cells using the mouse. The data which is displayed by the selected cells can be copied to the Clipboard and pasted into other application (e.g. MS Excel, MS Word). To do this, an end-user should use the CTRL+C or CTRL+INS keys.

The selected cells can also be copied to the Clipboard via code. Use the PivotGridControl.CopySelectionToClipboard method to do this.

pivotgrid_CopyToClipboard

If the PivotGridControl.CopyToClipboardWithFieldValues option is set to true, cell values are copied to the clipboard along with corresponding field values.