TcxCustomDropDownEdit.DroppedDown Property
Specifies if the drop-down window is open.
Declaration
property DroppedDown: Boolean read; write;
Property Value
| Type | Description |
|---|---|
| Boolean |
|
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