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

TcxCustomDropDownEdit.DropDown Method

In This Article

Invokes the editor’s drop-down window.

#Declaration

Delphi
procedure DropDown; virtual;

#Remarks

Call DropDown and CloseUp procedures to invoke and close the drop-down window if CanDropDown and CanHide functions return True. Alternatively, you can set the DroppedDown property to True or False, respectively.

The DropDown procedure invokes the drop-down window form accessible through the PopupWindow property and raises Properties.OnInitPopup and Properties.OnPopup events.

See Also