Skip to main content
A newer version of this page is available. .

CopyMultiSelectionMode Enum

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.2.Core.dll

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:

Library Related API Members
Cross-Platform Class Library PivotGridOptionsBehaviorBase.ClipboardCopyMultiSelectionMode
ASP.NET Controls and MVC Extensions PivotGridWebOptionsBehavior.ClipboardCopyMultiSelectionMode

Remarks

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

See Also