Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridOptionsPrefilter.MRUItemsListDropDownCount Property

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

#Declaration

Delphi
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