TcxCustomComboBoxProperties.Revertable Property
Determines whether the dropdown values of the combo box can be cycled through by a double click within the editor.
Declaration
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