Skip to main content

TcxCustomImageComboBoxProperties.ShowDescriptions Property

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

Declaration

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