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

TcxCustomColorComboBox Class

Serves as the base for color combo box controls.

#Declaration

Delphi
TcxCustomColorComboBox = class(
    TcxCustomComboBox
)

#Remarks

The TcxCustomColorComboBox object implements the basic functionality of color combo box controls. These are controls that allow end-users to select a color from a dropdown list. Dropdown Items can show color boxes, textual descriptions of colors or both. You can allow end-users to add custom colors to the list using the color editor dialog. Color descriptions displayed can differ based upon the naming convention currently applied. Additionally, you can make use of four predefined color sets or create your own manually. The functionality of color combo box controls also includes maintaining the most recently used color list.

The images below show sample appearances of the TcxColorComboBox or TcxDBColorComboBox control.

Do not create instances of the TcxCustomColorComboBox class in applications. If you need to add a color combo box control to your application, use the TcxColorComboBox or TcxDBColorComboBox objects instead. The TcxCustomColorComboBox class can be used to derive your own color combo box controls.

See Also