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

TcxGridFilterMRUItem Class

An item in a list of most recently used items (MRU list for short).

#Declaration

Delphi
TcxGridFilterMRUItem = class(
    TdxFilterBoxMRUItem
)

#Remarks

A list of most recently used items is used to maintain the choices (such as filtering options) made by end-users for future use or tracking activities. The TcxMRUItem class is the base class for classes which represent this kind of items. The Equals abstract function is the only member which is introduced by the TcxMRUItem class. When implemented in descendant classes this function determines whether the item which is represented by an instance of the TcxMRUItem class is equal to the specified item.

#Inheritance

See Also