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.MRUItemsListDropDownCount Property

Specifies how much of the most recently used (MRU) filter criteria the filter panel dropdown window can display simultaneously.

#Declaration

Delphi
property MRUItemsListDropDownCount: Integer read; write; default 0;

#Property Value

Type Default
Integer 0

#Remarks

Assign a positive value to this property to limit the number of simultaneously visible items in the MRU filter list dropdown window. The dropdown window displays a vertical scrollbar if the MRU list size exceeds the MRUItemsListDropDownCount property value or if the entire list does not fit into a screen vertically.

Note

The MRU filter list has no limitations on its visible size, except for the screen height if the MRUItemsListDropDownCount property is set to 0. The property updates its underlying field value to 0 if a negative value is assigned.

The MRUItemsListDropDownCount property’s default value is 0.

See Also