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

TdxListItem.SubItemImages Property

Specifies image indexes for the item’s subitems.

#Declaration

Delphi
property SubItemImages[Index: Integer]: Integer read; write;

#Property Value

Type Description
Integer

An image index.

#Remarks

The List View provides access to an image storage. Assign image indexes in this storage to the SubItemImages property to display images to the left of subitem captions. You can assign -1 to this property to display no image in the corresponding subitem.

Note

The List View shows subitems in additional columns to the right of the item if the control is in Report mode.

See Also