Skip to main content

TcxCustomGridTableItemOptions.FilteringMRUItemsList Property

Specifies whether this item’s filter dropdown displays the most recently used item list.

Declaration

property FilteringMRUItemsList: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to False to prohibit the item’s filter dropdown from displaying the most recently used list. Otherwise, this list is displayed only if the View’s Filtering.ColumnMRUItemsList property (the Filtering.RowMRUItemsList property in Card Views) is set to True.

The default value of the FilteringMRUItemsList property is True.

See Also