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

TdxListViewImageOptions.SmallImages Property

Specifies the source image list for items in Report, List, or SmallIcon mode.

Declaration

property SmallImages: TCustomImageList read; write;

Property Value

Type Description
TCustomImageList

A source image list.

Remarks

The List View shows images specified in the SmallImages property if the control is not in Icon mode (that is, the control’s ViewStyle property is set to Report, List, ot SmallIcon).

Tip

You can use a TcxImageList component as an image source.

See Also