Skip to main content

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

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