Back to Devexpress

ColumnViewOptionsFilter.AllowMultiSelectInCheckedFilterPopup Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewoptionsfilter-acb55db8.md

latest2.3 KB
Original Source

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

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

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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 TypePath to AllowMultiSelectInCheckedFilterPopup
ColumnView

.OptionsFilter .AllowMultiSelectInCheckedFilterPopup

|

Remarks

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

See Also

ColumnViewOptionsFilter Class

ColumnViewOptionsFilter Members

DevExpress.XtraGrid.Views.Base Namespace