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

TcxCustomComboBoxProperties.Revertable Property

Determines whether the dropdown values of the combo box can be cycled through by a double click within the editor.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

Use the Revertable property to determine whether the dropdown values of the combo box can be cycled through by double-clicking within the editor.

Note

This property is not in effect when the DropDownListStyle property is set to the IsFixedList value. In this instance, clicking or double-clicking within your editor invokes the editor dropdown.

The default value of the Revertable property is False.

See Also