Specifies whether the component displays the drop-down window when a user is typing characters in the component’s edit field.
Declaration
componentPropObj.ImmediateDropDown
Read-Write Property | Boolean |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
The property applies to the following objects:
TcxComboBoxProperties, TcxMRUEditProperties
Description
If ImmediateDropDown
is True, the component displays a drop-down window when a user is typing characters into the edit field. If the property is False, the component does not automatically display the drop-down window. To view the window, a user has to click the down-arrow button.
Property Value
A boolean value that specifies whether the component automatically displays the drop-down window when a user is typing characters into the edit field of the component.
See Also
ClickKey Property
DropDownListStyle Property
Revertible Property