cxGridFilterDefaultMRUItemsListCount Constant
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
const cxGridFilterDefaultMRUItemsListCount = 10;
Remarks
This global constant stores the default Filtering.MRUItemsListCount property value of a grid View.
See Also