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.Images Property

Specifies the images list which will be used as the source for the small images displayed along with check list box items.

#Declaration

Delphi
property Images: TCustomImageList read; write;

#Property Value

Type
TCustomImageList

#Remarks

The Images property specifies the TCustomImageList object which contains the images that are displayed adjacent to check list box items. To assign an image to an item, edit the item’s ImageIndex property. If no image is required for an item, set the property’s value to -1 (the default value). Use the ImageLayout property to specify the position where the images will be displayed relative to their corresponding check list box items.

The following screenshot shows the check list box control which contains three items displaying custom images:

Item Images

See Also