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

TcxCustomImageComboBoxProperties.ShowDescriptions Property

Specifies if the image combo box editor displays the description of the selected item.

#Declaration

Delphi
property ShowDescriptions: Boolean read; write; default True;

#Property Value

Type Default Description
Boolean True
  • If True (default), the editor displays the selected item’s Description property value in addition to the corresponding image.
  • If False, the editor positions the selected item’s image in the center of the edit box. The ImageAlign property value has no effect.

#Remarks

You can set the ShowDescription property to False to hide the description of the selected image combo box item.

#Default Value

The ShowDescriptions property’s default value is True.

See Also