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

TdxListItem.OverlayIndex Property

Specifies an index of the image used as the item image’s overlay mask.

Declaration

property OverlayIndex: TcxImageIndex index 1 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 OverlayIndex property to apply an overlay mask to the item’s image. You can assign -1 to this property to apply no overlay mask to the displayed image.

Note

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

See Also