Back to Devexpress

TcxImageAlign Enum

vcl-cximagecombobox-3560ac32.md

latest1.9 KB
Original Source

TcxImageAlign Enum

Enumerates image alignment options in an image combo box editor.

Declaration

delphi
TcxImageAlign = (
    iaLeft,
    iaRight
);

Members

NameDescriptionExample (LTR)Example (RTL)
iaLeft

Default. Item images are aligned to the border opposite to the drop-down button’s position in the editor.

|

|

| | iaRight |

Item images are aligned to the editor’s drop-down button.

|

|

|

Remarks

The position of images in an image combo box editor depends on the active image alignment option and the editor’s BiDiMode property value. If the editor does not display item descriptions or they are unspecified, item images are centered and the image alignment setting has no effect.

Direct TcxImageAlign Type Reference

The TcxCustomImageComboBoxProperties.ImageAlign property references the TcxImageAlign type.

See Also

cxImageComboBox Unit