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.MRUItemsListCount Property

Specifies the maximum number of most recently applied prefilter criteria that are stored within the prefilter dropdown.

#Declaration

Delphi
property MRUItemsListCount: Integer read; write; default 10;

#Property Value

Type Default
Integer 10

#Remarks

If this property is set to 0, the prefilter dropdown’s capacity is not restricted in any way.

Use the MRUItemsListDropDownCount property to specify the number of prefilter criteria that can be displayed simultaneously within the prefilter dropdown.

The default value of the MRUItemsListCount property is 10.

See Also