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.v24.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 |
---|---|
ColumnView |
|
Remarks
To simultaneously select (highlight) multiple items, click the items while holding the CTRL or SHIFT key.
See Also