Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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
ColumnView
.OptionsFilter .AllowMultiSelectInCheckedFilterPopup

Remarks

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

See Also