Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomColorComboBoxProperties.DropDownListStyle Property

Specifies the color combo box behavior during text input.

#Declaration

Delphi
property DropDownListStyle: TcxEditDropDownListStyle read; write; default lsFixedList;

#Property Value

Type Default
TcxEditDropDownListStyle lsFixedList

#Remarks

This property extends the functionality inherited from the TcxCustomComboBoxProperties.DropDownListStyle property with the following logic, geared to help you with design-time customization:

  • Setting the DropDownListStyle property to lsEditList automatically assigns True to the AllowSelectColor property.

  • Setting the AllowSelectColor property to False switches the DropDownListStyle property setting from lsEditList to lsFixedList.

Refer to the TcxEditDropDownListStyle type description to learn about the available property settings.

See Also