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

TcxCustomDropDownEditProperties Class

Contains settings specific to editors with the popup window.

Declaration

TcxCustomDropDownEditProperties = class(
    TcxCustomMaskEditProperties
)

Remarks

This class defines settings for the TcxCustomDropDownEdit 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.

TcxCustomDropDownEditProperties extends functionality of the TcxCustomMaskEditProperties class by providing attributes that control the behavior and placement of the popup window. These settings define whether the popup window is sizeable, determine its dimensions and position relative to the editor window and specify the image drawn on the dropdown button.

See Also