Skip to main content
A newer version of this page is available.
All docs
V18.2

PivotGridWebOptionsBehavior.ClipboardCopyMultiSelectionMode Property

This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public CopyMultiSelectionMode ClipboardCopyMultiSelectionMode { get; set; }

Property Value

Type
CopyMultiSelectionMode

Available values:

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

Property Paths

You can access this nested property as listed below:

Object Type Path to ClipboardCopyMultiSelectionMode
ASPxPivotGrid
.OptionsBehavior.ClipboardCopyMultiSelectionMode
MVCxPivotGrid
.OptionsBehavior.ClipboardCopyMultiSelectionMode
PivotGridSettings
.OptionsBehavior.ClipboardCopyMultiSelectionMode
See Also