TcxPivotGridOptionsPrefilter.MRUItemsListCount Property
Specifies the maximum number of most recently applied prefilter criteria that are stored within the prefilter dropdown.
Declaration
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