TcxCustomListView.LargeImages Property
Specifies the images that are associated with the list view items.
Declaration
property LargeImages: TCustomImageList read; write;
Property Value
Type |
---|
TCustomImageList |
Remarks
The LargeImages property holds the collection of images that are associated with the list view items. These images are displayed when the ViewStyle property is set to vsIcon.
Each item has the ImageIndex property. This property identifies an image from the LargeImages
and SmallImages lists, associated with an item. If this property value is -1, then no image is associated with an item.
The following image demonstrates the list view control whose items have an image associated with them:
See Also