Skip to main content

TcxControlOptionsFindPanel.MRUItemsListCount Property

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

Declaration

property MRUItemsListCount: Integer read; write; default cxFindPanelDefaultMRUItemsListCount;

Property Value

Type Default
Integer cxFindPanelDefaultMRUItemsListCount

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 the cxFindPanelDefaultMRUItemsListCount global constant.

See Also