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

TcxCustomMRUEditProperties.MaxItemCount Property

Defines the maximum number of items displayed in the dropdown list.

#Declaration

Delphi
property MaxItemCount: Integer read; write; default 0;

#Property Value

Type Default
Integer 0

#Remarks

Use the MaxItemCount property to define the maximum number of items, which an MRU editor can represent. To access a list of items read the LookupItems property. If MaxItemCount is set to 0, the number of items is unlimited. A new value is stored as a new item within the dropdown list when input is confirmed. A most recently used item is placed at the top of the list by replacing existing items or shifting them down.

The default value of the MaxItemCount property is 0.

See Also