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

TcxCustomPopupEdit Class

Serves as the base class for classes that implement editors hosting another control in their popup window.

#Declaration

Delphi
TcxCustomPopupEdit = class(
    TcxCustomDropDownEdit
)

#Remarks

Use the Properties.PopupControl property to specify the control to embed into the popup window.

Do not create an instance of the TcxCustomPopupEdit class. Use its descendants such as TcxPopupEdit, which publish necessary properties.

See Also