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

TdxListItem.StateIndex Property

Specifies an index of the item’s additional image.

Declaration

property StateIndex: TcxImageIndex index 2 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 StateIndex property to display an additional image to the left of the item’s main image. You can assign -1 to this property to display no additional image in the item.

See Also