Skip to main content

TcxCustomMRUEditProperties.MaxItemCount Property

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

Declaration

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