Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomListView.StateImages Property

Specifies the images associated with the list view items.

#Declaration

Delphi
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