TcxCustomListView.StateImages Property
Specifies the images associated with the list view items.
Declaration
property StateImages: TCustomImageList read; write;
Property Value
Type |
---|
TCustomImageList |
Remarks
The StateImages property holds the collection of images associated with the list view items.
While the LargeImages and SmallImages image lists provide images explaining the item contents, the StateImages list provides images, indicating the item’s state.
Each item has the ImageIndex and StateIndex properties. The ImageIndex 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 StateIndex property specifies an image from the StateImages list, associated with an item.
See Also
TcxCustomListView.StateImages