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

TcxColorComboBox Class

Represents a color combo box control.

#Declaration

Delphi
TcxColorComboBox = class(
    TcxCustomColorComboBox
)

#Remarks

This class introduces the Properties property and publishes properties and events inherited from base classes.

All the properties, methods and events of the color combo box control can be accessed via its Properties property, an instance of the TcxColorComboBoxProperties class. Refer to its description for a more detailed list of features and links to the members that provide this functionality.

TcxDBColorComboBox is a data-aware version of the color combo box control.

See Also