Skip to main content

TcxCustomImageComboBoxProperties.ShowDescriptions Property

Specifies whether or not the editor’s edit field displays the item description next to a selected image.

Declaration

property ShowDescriptions: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

If this property is set to False, the image combo box displays only images when its edit field. This property does not affect the descriptions displayed within the dropdown window of the editor.

Note

If the ShowDescriptions property is set to False and items have no descriptions assigned, images within the dropdown window are automatically centered. Otherwise, these images are aligned based on the ImageAlign property setting.

The default value of the ShowDescriptions property is True.

See Also