TcxGridTableFiltering.ColumnMRUItemsList Property
In This Article
Specifies if filter pop-up windows for columns should display the most recently used filter items.
#Declaration
Delphi
property ColumnMRUItemsList: Boolean read; write; default True;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | True | If |
#Remarks
Note
To disable the most recently used list for a particular column, set its Options.
The ColumnMRUItemsList
property’s default value is True
.
See Also