Skip to main content

TcxCustomPivotGrid.GroupHeaderImages Property

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

Declaration

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