TcxGridItemFilterPopupOptions.MultiSelect Property
Specifies if selection of multiple items is allowed in a filter dropdown.
Declaration
property MultiSelect: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to False to disable multiple selection of the filter dropdown’s items.
The default value of the MultiSelect property is True.
See Also