Skip to main content

TcxPivotGridOptionsPrefilter.MRUItemsListDropDownCount Property

Specifies how many prefilter criteria are simultaneously displayed within the prefilter dropdown.

Declaration

property MRUItemsListDropDownCount: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

This property sets the height of the prefilter dropdown in terms of applied prefilter criteria. The actual height may be less than that specified by this property if the specified number is greater than the total number of the prefilter criteria to be displayed (as specified by the MRUItemsListCount property). If this number of the prefilter criteria to be displayed exceeds the MRUItemsListDropDownCount property value, the prefilter dropdown displays a vertical scrollbar. If the MRUItemsListDropDownCount property value is set to 0, the prefilter dropdown displays all its items simultaneously.

The default value of the MRUItemsListDropDownCount property is 0.

See Also