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.OnDeleteLookupItem Event

In This Article

Occurs before an MRU editor removes the last item from the dropdown list.

#Declaration

Delphi
property OnDeleteLookupItem: TcxMRUEditDeleteLookupItemEvent read; write;

#Remarks

This event is fired provided that the MaxItemCount property is assigned a value greater than 0 and a new item is added to the LookupItems list, which already contains MaxItemCount items. In this instance, the last item is removed from the list. The index of the item being removed is passed as the event’s AItemIndex parameter. The AProperties parameter allows you to access the properties of the MRU editor.

See Also