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

TcxControlOptionsFilterBox.MRUItemsList Property

Specifies if the filter panel maintains an MRU list of end-user filters.

#Declaration

Delphi
property MRUItemsList: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Set this property to True to maintain the MRU list. End-users can select a filter from it and make this filter current. A click on any of the following elements displays the MRU list in the panel’s filter dropdown:

  • The current filter

  • The filter MRU list button

Use the MRUItemsListDropDownCount property to limit the number of list items simultaneously displayed in the filter dropdown.

The MRU list functionality is enabled by default. Set the MRUItemsList property to False to disable it and display only the current filter.

The default value of the MRUItemsList property is True.

See Also