CopyMultiSelectionMode Enum
In This Article
Lists values that specify how to copy cells to the clipboard when multiple cells are selected.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Include |
Columns and rows located between the selected cells (blocks of cells) are copied to the clipboard with their cells empty. |
Discard |
Columns and rows located between the selected cells (blocks of cells) are not copied to the clipboard. |
#Passed To
You can pass CopyMultiSelectionMode values to the PivotGridControl.ClipboardCopyMultiSelectionMode property.
#Remarks
Values listed by this enumeration are used to set the PivotGridControl.ClipboardCopyMultiSelectionMode property.
See Also