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.Items Property

Provides indexed access to the items within the current MRU list.

#Declaration

Delphi
property Items[Index: Integer]: TcxMRUItem read; default;

#Property Value

Type
TcxMRUItem

#Remarks

Use the Items property to access the items within the current MRU list using the index. To determine the index of a specific item, call the IndexOf function.

Use the Count property to get and set the number of items within the current MRU list. Use the MaxCount property to limit the maximum number of items within the list. To add new items to the current MRU list, call the Add method.

See Also