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

TcxCustomPivotGrid.GroupHeaderImages Property

Specifies the source of images for displaying within grouping item headers.

#Declaration

Delphi
property GroupHeaderImages: TCustomImageList read; write;

#Property Value

Type
TCustomImageList

#Remarks

Use this property to specify the TImageList object, which contains images that can be displayed within grouping item headers. To associate an image with a field’s grouping item (the grouping column or grouping row that corresponds to a particular grouping value), handle the field’s OnGetGroupImageIndex event. The image will be displayed within the grouping item’s header using the alignment options as specified by the field’s ImageAlign property or within the OnGetGroupImageIndex event handler.

See Also