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