Back to Devexpress

PivotGridOptionsFilterPopup.AllowMultiSelect Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsfilterpopup-adba31d9.md

latest2.1 KB
Original Source

PivotGridOptionsFilterPopup.AllowMultiSelect Property

Gets or sets whether multiple item selection is enabled.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool AllowMultiSelect { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property AllowMultiSelect As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if multiple item selection is enabled; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowMultiSelect
PivotGridControl

.OptionsFilterPopup .AllowMultiSelect

|

Remarks

If multiple selection is enabled, an end-user can select multiple items at one time, by clicking items while holding the CTRL or SHIFT key down. After items have been selected, the user can click the check boxes or press SPACE to check the selected items.

End-users can enable or disable multiple item selection via the toolbar button.

See Also

PivotGridOptionsFilterPopup Class

PivotGridOptionsFilterPopup Members

DevExpress.XtraPivotGrid Namespace