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

TcxCustomPopupEditProperties Class

Contains settings specific for the editors which enable embedding another controls into a popup window.

Declaration

TcxCustomPopupEditProperties = class(
    TcxCustomDropDownEditProperties
)

Remarks

This class defines settings for the TcxCustomPopupEdit control. It represents a set of attributes controlling the behavior of popup editors. Editor properties are set via the Properties member of the corresponding editor.

Properties define settings for text displaying, popup size and position, the read-only status, button collection, etc. TcxCustomPopupEditProperties extends functionality of the TcxCustomDropDownEditProperties class by providing the PopupControl property by which assign the control to embed in the popup.

See Also