TcxGridFindPanelOptions.MRUItemsListDropDownCount Property
Specifies how much of the most recently used (MRU) filter or search criteria that the Find box’s dropdown window can display simultaneously.
Declaration
property MRUItemsListDropDownCount: Integer read; write; default cxGridFindPanelDefaultMRUItemsListDropDownCount;
Property Value
Type | Default |
---|---|
Integer | cxGridFindPanelDefaultMRUItemsListDropDownCount |
Remarks
Use this property to adjust the number of simultaneously visible items in the MRU list’s dropdown window. The dropdown window displays a vertical scrollbar if the list’s size exceeds the MRUItemsListDropDownCount property value or if the entire list does not fit into a screen vertically. Set this property to 0 to display any number of items in the dropdown without a scrollbar.
See Also