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

TcxMRUItems Members

In This Article
A list of most recently used items (MRU list for short).

#Properties

Name Description
Count Specifies the number of items stored within the current MRU list.
Items Provides indexed access to the items within the current MRU list.
MaxCount Specifies the maximum number of items stored within the current MRU list.

#Methods
Show Inherited Hide Inherited

Name Description
Add(TcxMRUItem) Adds an item to the current MRU list.
ClearItems Removes all items from the current MRU list.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
IndexOf(TcxMRUItem) Determines the position (index) of an item within the current MRU list.
ToString Inherited from TObject.
See Also