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

TdxListGroup.TitleImage Property

Specifies the group’s image index.

#Declaration

Delphi
property TitleImage: TcxImageIndex read; write; default -1;

#Property Value

Type Description
TcxImageIndex

An image index.

#Remarks

The group can show an image from the List View control’s image storage. Assign an image’s index in this storage to the TitleImage property to display the image in the group’s header. You can assign -1 to this property to display no image in the group.

Note

The group displays no image if the corresponding image storage is not specified (that is, the List View’s ImageOptions.GroupHeaderImages is set to nil in Delphi or nullptr in C++Builder).

See Also