Skip to main content
A newer version of this page is available. .

TdxListItem.ImageIndex Property

Specifies the item’s image index.

Declaration

property ImageIndex: TcxImageIndex index 0 read; write;

Property Value

Type Description
TcxImageIndex

An image index.

Remarks

The List View provides access to an image storage. Assign an image’s index in this storage to the ImageIndex property to display the image in the item. You can assign -1 to this property to display no image in the item.

Note

If the List View is in Icon mode, the control shows images specified in the control’s ImageOptions.LargeImages property; otherwise, the control shows images specified in the ImageOptions.SmallImages property.

See Also