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.DefaultDescription Property

Specifies the text displayed by the color combo box when no color is selected.

#Declaration

Delphi
property DefaultDescription: string read; write;

#Property Value

Type
string

#Remarks

When the ShowDescriptions property value is True, items of the color combo box display textual descriptions of the colors. The description displayed when no color is selected is specified by the DefaultDescription property. Please refer to the DefaultColorStyle property description for information on situations when no color is selected.

The default value of the DefaultDescription property is ‘Color not selected‘.

See Also