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

TcxGridFilterBox.MRUItemsListDropDownCount Property

Specifies the maximum number of MRU list items simultaneously displayed in the panel’s filter dropdown.

#Declaration

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

#Property Value

Type Default
Integer 0

#Remarks

The filter dropdown displays a scrollbar if the list includes more than the specified number of items. 0 assigned to the property indicates that the number of list items is limited only by the screen height. 0 also automatically replaces any negative value assigned to the property.

The MRUItemsListDropDownCount property’s default value is 0.

See Also