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

In This Article

Occurs when a user clicks the ellipsis (…) button within an MRU editor.

#Declaration

Delphi
property OnButtonClick: TNotifyEvent read; write;

#Remarks

The OnButtonClick event allows you to implement specific behavior for an MRU editor when a user clicks the ellipsis button. It is possible to hide the ellipsis button by setting the ShowEllipsis property to False. In this instance, the event is not generated. To handle the situation when a user presses the down-arrow button use the OnPopup event.

See Also