Skip to main content
A newer version of this page is available. .

TcxCustomDropDownEdit.PopupWindow Property

Provides access to the editor’s popup window.

Declaration

property PopupWindow: TcxCustomEditPopupWindow read;

Property Value

Type
TcxCustomEditPopupWindow

Remarks

This property specifies the popup form displayed when a user clicks the dropdown button. The popup window represents a container on which different objects are placed. For instance, the TcxComboBox editor places a list box control onto the popup to display its items. The TcxPopupEdit editor places the control specified via the TcxCustomPopupEditProperties.PopupControl property onto a popup form.

TcxCustomEditPopupWindow is a TForm descendant.

See Also