TcxCustomColorComboBoxProperties.DropDownListStyle Property
Specifies the color combo box behavior during text input.
Declaration
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