cxGridFilterDefaultMRUItemsListCount Constant
In This Article
Specifies the default limitation on the size of the most recently applied filter criteria available in the filter drop-down window for the filter panel if the text filter criteria display style is active.
#Declaration
Delphi
const cxGridFilterDefaultMRUItemsListCount = 10;
#Remarks
This global constant stores the default Filtering.MRUItemsListCount property value of a grid View.
See Also