Skip to main content

TcxCustomImageComboBoxProperties.ImageAlign Property

Specifies the horizontal alignment of images displayed within the editor’s dropdown window.

Declaration

property ImageAlign: TcxImageAlign read; write; default iaLeft;

Property Value

Type Default
TcxImageAlign iaLeft

Remarks

Options include:

Value Meaning
iaLeft Images are displayed at the left side of the image combo box’s dropdown window.
iaRight Images are displayed at the right side of the image combo box’s dropdown window.

Note

If the ShowDescriptions property is set to False and items have no descriptions assigned, images within the dropdown window are automatically centered, regardless of the ImageAlign property setting.

The default value of the ImageAlign property is iaLeft.

See Also