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

CopyMultiSelectionMode Enum

Lists values that specify how to copy cells to the clipboard when multiple cells are selected.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public enum CopyMultiSelectionMode

#Members

Name Description
IncludeIntermediateColumnsAndRows

Columns and rows located between the selected cells (blocks of cells) are copied to the clipboard with their cells empty.

Clipboard_Multiselection_Include

DiscardIntermediateColumnsAndRows

Columns and rows located between the selected cells (blocks of cells) are not copied to the clipboard.

Clipboard_Multiselection_Discard

#Related API Members

The following properties accept/return CopyMultiSelectionMode values:

#Remarks

Values listed by this enumeration are used to set the PivotGridControl.ClipboardCopyMultiSelectionMode property.

See Also