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 |
|
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