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

TcxPopupEditProperties Class

Contains settings specific to the editors which enable embedding another control in the popup window.

Declaration

TcxPopupEditProperties = class(
    TcxCustomPopupEditProperties
)

Remarks

This class defines settings for the TcxPopupEdit 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. To control any changes made to the editor’s DisplayFormat, EditFormat, MaxLength, MaxValue, MinValue and ReadOnly properties and reverse their values back to the default ones, use the AssignedValues property.

Properties define settings for text displaying, popup size and position, the read-only status, button collection, etc. TcxPopupEditProperties does not introduce any new behavior, but publishes properties responsible for popup editor adjustments. The main property you should use to set a control to display within the popup window is PopupControl.

See Also