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

ColumnViewOptionsFilter.AllowMultiSelectInCheckedFilterPopup Property

Gets or sets whether multiple items can be simultaneously selected (highlighted) in a Checked Filter Dropdown List.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AllowMultiSelectInCheckedFilterPopup { get; set; }

Property Value

Type Default Description
Boolean **true**

true if multiple items can be simultaneously selected (highlighted) in a Checked Filter Dropdown List; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowMultiSelectInCheckedFilterPopup
AdvBandedGridView
.OptionsFilter.AllowMultiSelectInCheckedFilterPopup
BandedGridView
.OptionsFilter.AllowMultiSelectInCheckedFilterPopup
ColumnView
.OptionsFilter.AllowMultiSelectInCheckedFilterPopup
CardView
.OptionsFilter.AllowMultiSelectInCheckedFilterPopup
GridView
.OptionsFilter.AllowMultiSelectInCheckedFilterPopup
LayoutView
.OptionsFilter.AllowMultiSelectInCheckedFilterPopup
TileView
.OptionsFilter.AllowMultiSelectInCheckedFilterPopup
WinExplorerView
.OptionsFilter.AllowMultiSelectInCheckedFilterPopup

Remarks

To simultaneously select (highlight) multiple items, click the items while holding the CTRL or SHIFT key.

See Also