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

TcxCustomDropDownEdit.DroppedDown Property

Specifies whether the popup window is open.

Declaration

property DroppedDown: Boolean read; write;

Property Value

Type
Boolean

Remarks

Use the DroppedDown property to return the current state of the editor popup window. To open the popup window you can set the DroppedDown property to True. Setting this property to False forces the editor to close up the popup window.

See Also