TcxControlOptionsFilterBox.MRUItemsList Property
Specifies if the filter panel maintains an MRU list of end-user filters.
Declaration
property MRUItemsList: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to True to maintain the MRU list. End-users can select a filter from it and make this filter current. A click on any of the following elements displays the MRU list in the panel’s filter dropdown:
The current filter
The filter MRU list button
Use the MRUItemsListDropDownCount property to limit the number of list items simultaneously displayed in the filter dropdown.
The MRU list functionality is enabled by default. Set the MRUItemsList property to False to disable it and display only the current filter.
The default value of the MRUItemsList property is True.
See Also