Skip to main content

TcxCustomComboBoxProperties.Revertable Property

Specifies whether users can double-click the editor to cycle through available values.

Declaration

property Revertable: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False

Specifies whether a double click on the editor selects the next item on the list:

False
Default. A double-click on the editor displays the drop-down window.
True
A double-click on the editor sets the next list item as the edit value.

Remarks

Set the Reverable property to True to allow users to cycle through available editor values without the need to display the drop-down window.

Note

The Revertable property has no effect when the DropDownListStyle property is set to lsFixedList. In this mode, a double-click on the editor always displays the drop-down window.

Default Value

The Revertable property’s default value is False.

See Also