TcxCustomPopupEditProperties.PopupControl Property
Specifies the control displayed in the editor’s drop-down window.
Declaration
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