wpf-devexpress-dot-xpf-dot-pivotgrid-209f75eb.md
Lists values that specify how to copy cells to the clipboard when multiple cells are selected.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public enum CopyMultiSelectionMode
Public Enum CopyMultiSelectionMode
| Name | Description |
|---|---|
IncludeIntermediateColumnsAndRows |
Columns and rows located between the selected cells (blocks of cells) are copied to the clipboard with their cells empty.
|
| DiscardIntermediateColumnsAndRows |
Columns and rows located between the selected cells (blocks of cells) are not copied to the clipboard.
|
The following properties accept/return CopyMultiSelectionMode values:
Values listed by this enumeration are used to set the PivotGridControl.ClipboardCopyMultiSelectionMode property.
See Also