Skip to main content
A newer version of this page is available. .

TcxCustomImageComboBoxProperties.DefaultDescription Property

Specifies the text displayed within the image combo box when the edit value has no corresponding description within the list of associated items.

Declaration

property DefaultDescription: string read; write;

Property Value

Type
string

Remarks

Use the DefaultDescription property to specify the text displayed within the image combo box when the edit value has no corresponding description within the list of associated items. This situation may occur when the image combo box’s EditValue is specified via code and is not represented via a specific item in the dropdown window of the image combo box.

To avoid this situation, ensure that the image combo box’s edit value is equal to the value of the Value property of one of the items within the image combo box.

See Also