TcxCustomComboBoxProperties.DropDownListStyle Property
Specifies the combo box editor’s behavior during text input.
Declaration
property DropDownListStyle: TcxEditDropDownListStyle read; write; default lsEditList;
Property Value
Type | Default |
---|---|
TcxEditDropDownListStyle | lsEditList |
Remarks
Refer to the TcxEditDropDownListStyle type description to learn about the available options.
The default value of the DropDownListStyle property is lsEditList.
See Also