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

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