TcxCustomImageComboBoxProperties.ShowDescriptions Property
In This Article
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 |
|
#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