Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridTableFiltering.ColumnMRUItemsList Property

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 True, filter pop-up windows for columns display the most recently used filter items (MRU) at the top of the list. You can use the ColumnMRUItemsListCount property to limit the maximum number of most recently used filter items. If False, the MRU list does not appear.

#Remarks

Note

To disable the most recently used list for a particular column, set its Options.FilteringMRUItemsList property.

The ColumnMRUItemsList property’s default value is True.

See Also