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

Specifies the number of items stored within the current MRU list.

#Declaration

Delphi
property Count: Integer read; write;

#Property Value

Type
Integer

#Remarks

Decrement this property value to decrease the number of items in the list. As a result, all the items with an index less than the new Count property value will be retained while all other items will be deleted.

Use the MaxCount property to limit the number of items stored within the current MRU list. Any change to the list updates the Count property with the MaxCount property value.

See Also