Skip to main content

TcxCustomGridTableFiltering.ItemMRUItemsListCount Property

Specifies the maximum number of most recently used filter criteria that a filter drop-down window for View items can display.

Declaration

property ItemMRUItemsListCount: Integer read; write; default cxGridFilterDefaultItemMRUItemsListCount;

Property Value

Type Default
Integer cxGridFilterDefaultItemMRUItemsListCount

Remarks

A filter drop-down window for View items (columns or card rows) can display a list of the most recently used filter criteria (MRU list for short). This list is populated in chronological order where the most recently used filter criterion is on top. The ItemMRUItemsListCount property value limits the number of items in the list. If a user applies a new filter criterion to a grid View and the MRU list is full, the oldest entry at the bottom of the list is deleted. You can assign 0 to the ItemMRUItemsListCount property to remove this MRU list size limitation.

The ItemPopup.MaxDropDownItemCount property’s value specifies the number of filter items that a filter drop-down window can display simultaneously. The filter drop-down window displays a scrollbar if the list size exceeds the ItemPopup.MaxDropDownItemCount property value.

The ItemMRUItemsListCount property’s default value is the cxGridFilterDefaultItemMRUItemsListCount global constant.

See Also