Skip to main content

TcxPivotGridOptionsPrefilter.MRUItemsList Property

Specifies the visibility of the prefilter MRU list button within the prefilter panel.

Declaration

property MRUItemsList: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

If more than one prefilter was applied to the pivot grid and the MRUItemsList property is set to True, the prefilter MRU list button is displayed. Set this property to False, to prevent end-users from selecting previously applied prefilter criteria from the prefilter dropdown. Use the MRUItemsListCount and MRUItemsListDropDownCount properties to specify the capacity and height of the prefilter dropdown.

The default value of the MRUItemsList property is True.

See Also