TcxControlOptionsFilterBox.MRUItemsListDropDownCount Property
Specifies how much of the most recently used (MRU) filter criteria the filter panel dropdown window can display simultaneously.
Declaration
property MRUItemsListDropDownCount: Integer read; write; default 0;
Property Value
Type | Default |
---|---|
Integer | 0 |
Remarks
Assign a positive value to this property to limit the number of simultaneously visible items in the MRU filter list dropdown window. The dropdown window displays a vertical scrollbar if the MRU list size exceeds the MRUItemsListDropDownCount property value or if the entire list does not fit into a screen vertically.
Note
The MRU filter list has no limitations on its visible size, except for the screen height if the MRUItemsListDropDownCount property is set to 0. The property updates its underlying field value to 0 if a negative value is assigned.
The MRUItemsListDropDownCount property’s default value is 0.
See Also