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

TcxCustomDropDownEditProperties.OnPopup Event

In This Article

Occurs when the popup window is displayed on screen.

#Declaration

Delphi
property OnPopup: TNotifyEvent read; write;

#Remarks

The OnPopup event is generated when the popup window is displayed on screen. It is generated only if the popup window can be displayed, which is determined by the TcxCustomDropDownEdit.CanDropDown function.

Before the OnPopup event occurs, the OnInitPopup event is generated. It is generated in all cases, regardless of whether the popup window can be displayed or not.

See Also