Back to Devexpress

TcxCustomDropDownEdit.DroppedDown Property

vcl-cxdropdownedit-dot-tcxcustomdropdownedit-81d31bb5.md

latest1.1 KB
Original Source

TcxCustomDropDownEdit.DroppedDown Property

Specifies if the drop-down window is open.

Declaration

delphi
property DroppedDown: Boolean read; write;

Property Value

TypeDescription
Boolean

True if the drop-down window is open; otherwise, False.

|

Remarks

Set the DroppedDown property to True or False to open or close the editor’s drop-down window if CanDropDown and CanHide functions return True.

Alternatively, you can call DropDown and CloseUp procedures.

Default Value

The DroppedDown property’s default value is False.

See Also

TcxCustomDropDownEdit Class

TcxCustomDropDownEdit Members

cxDropDownEdit Unit