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

TcxCustomCheckListBox.ImageLayout Property

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

#Declaration

Delphi
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