Skip to main content

TcxGridFindPanelOptions.MRUItemsListCount Property

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

Declaration

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