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

TcxGridFindPanelOptions.MRUItemsListCount Property

Specifies the maximum number of items in the Find Panel‘s MRU list.

#Declaration

Delphi
property MRUItemsListCount: Integer read; write; default cxGridFindPanelDefaultMRUItemsListCount;

#Property Value

Type Default
Integer cxGridFindPanelDefaultMRUItemsListCount

#Remarks

Use this property to limit the number of items in an MRU list. The Find Panel adds a user’s search request to the MRU list’s beginning if the request is new or it matches any previously used list items. The list deletes the last item if the number of items exceeds its capacity. You can set 0 as the property value to remove the restriction.

The MRUItemsListCount property’s default value is cxGridFindPanelDefaultMRUItemsListCount global constant.

See Also