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

TcxColorComboBoxItem.Color Property

Specifies the color represented by the item.

#Declaration

Delphi
property Color: TColor read; write;

#Property Value

Type
TColor

#Remarks

Use the Color property to set or get the color represented by the item. This property value is returned by the EditValue of the color combo box when the item is selected. Also, a box populated with this color is displayed within the item (provided that the Properties.ColorBoxWidth property is set to a value greater than 0).

Note that if you set the Color property to one of the system colors, it may display differently on different computers. This depends on how system colors are specified within the operating system.

See Also