Back to Devexpress

TcxCustomPopupEditProperties.PopupControl Property

vcl-cxdropdownedit-dot-tcxcustompopupeditproperties.md

latest1.0 KB
Original Source

TcxCustomPopupEditProperties.PopupControl Property

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

Declaration

delphi
property PopupControl: TControl read; write;

Property Value

TypeDescription
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

TcxCustomPopupEditProperties Class

TcxCustomPopupEditProperties Members

cxDropDownEdit Unit