Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarLookupCombo.ImmediateDropDown Property

Specifies how a dropdown window appears to users.

#Declaration

Delphi
property ImmediateDropDown: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

If the ImmediateDropDown property is set to True, the dropdown window activates every time an end-user enters text in the editor of a combo box. If the ImmediateDropDown property is set to False, the dropdown window activates only when the list does not contain matches to the entered text.

See Also