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

TcxCustomImageComboBox.Properties Property

Contains settings specific to image combo box editors.

Declaration

property Properties: TcxCustomImageComboBoxProperties read; write;

Property Value

Type
TcxCustomImageComboBoxProperties

Remarks

The Properties.Images and Properties.LargeImages properties specify the TCustomImageList instances storing the images displayed within the editor’s edit field and dropdown window. The image alignment within the editor’s dropdown window is specified via the Properties.ImageAlign property. The Properties.MultiLineText property determines whether the text displayed within the editor dropdown is represented in a single or multi-line manner. The Properties.ShowDescriptions property switches the visibility of the item description within the edit field.

See Also