TcxCustomComboBoxProperties.Revertable Property
In This Article
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 Drop
The default value of the Revertable property is False.
See Also