ColumnViewOptionsFilter.AllowMultiSelectInCheckedFilterPopup Property
In This Article
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.v24.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 Allow |
---|---|
Column |
|
#Remarks
To simultaneously select (highlight) multiple items, click the items while holding the CTRL or SHIFT key.
See Also