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

TcxCustomPopupEditProperties.PopupControl Property

Specifies the control displayed in the editor’s drop-down window.

#Declaration

Delphi
property PopupControl: TControl read; write;

#Property Value

Type Description
TControl

The control that the editor displays in a drop-down window.

#Remarks

Use the PopupControl property to embed a control (a TControl class descendant) into the editor’s drop-down window. An embedded control works the same way as its standalone version.

#Default Value

The PopupControl property’s default value is nil (in Delphi) or nullptr (in C++Builder).

See Also