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 Class

Contains settings specific to image combo box editors.

#Declaration

Delphi
TcxCustomImageComboBoxProperties = class(
    TcxCustomComboBoxProperties
)

#Remarks

The Images and LargeImages properties specify the TCustomImageList instances storing the images displayed within an editor and its dropdown window. Images alignment within the editor dropdown is defined via the ImageAlign property. The MultiLineText property determines whether the text displayed within the editor dropdown is represented in a single or multi line manner. The ShowDescriptions property indicates whether the text representation of image combo box items is displayed within the editor.

The TcxCustomImageComboBoxProperties object is referenced via an image combo box editor’s Properties property.

See Also