Skip to main content
A newer version of this page is available. .

TcxCustomComboBoxProperties Class

Contains settings specific to combo box editors.

Declaration

TcxCustomComboBoxProperties = class(
    TcxCustomDropDownEditProperties
)

Remarks

This class represents a set of attributes controlling the behavior of combo box editors. Editor properties are set via the Properties property of the corresponding editor.

The DropDownListStyle property specifies the editor behavior during text input. The DropDownRows property specifies the number of rows displayed within the editor dropdown window. The Revertable property determines whether the editor dropdown values can be cycled through by a double click within the editor.

See Also