Skip to main content

TcxGridFilterBox.MRUItemsListDropDownCount Property

Specifies the maximum number of MRU list items simultaneously displayed in the panel’s filter dropdown.

Declaration

property MRUItemsListDropDownCount: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

The filter dropdown displays a scrollbar if the list includes more than the specified number of items. 0 assigned to the property indicates that the number of list items is limited only by the screen height. 0 also automatically replaces any negative value assigned to the property.

The MRUItemsListDropDownCount property’s default value is 0.

See Also