Skip to main content

TcxCustomCheckListBox.ImageLayout Property

Specifies where the images associated with check list box items are displayed relative to their corresponding check list box items.

Declaration

property ImageLayout: TcxCheckListBoxImageLayout read; write; default ilBeforeChecks;

Property Value

Type Default
TcxCheckListBoxImageLayout ilBeforeChecks

Remarks

Use the ImageLayout property to specify where the images designated by the Images property will be displayed within the check list box.

All the possible values for this property are listed in the following table.

Value Meaning Example
ilBeforeChecks Images are displayed before checks.
ilAfterChecks Images are displayed after checks.

The default value of the ImageLayout property is ilBeforeChecks.

See Also