TcxCustomColorComboBoxProperties.DefaultDescription Property
Specifies the text displayed by the color combo box when no color is selected.
Declaration
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