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

TcxCustomDropDownEditProperties.PostPopupValueOnTab Property

Specifies if the editor applies the current selection in the drop-down window when a user presses Tab to close it.

#Declaration

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

#Property Value

Type Default Description
Boolean False
  • If True, the Tab keystroke changes the EditValue property value according to the currently selected item in the displayed drop-down window and moves focus to the next control on the form.

  • If False, the Tab keystroke moves focus to the next control without changes to the edit value.

#Remarks

You can set the PostPopupValueOnTab property to True to allow users to press Tab to confirm the current selection in the drop-down window.

#Default Value

The PostPopupValueOnTab property’s default value is False.

See Also