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.FieldHeaderImages Property

Specifies the source of images for displaying within field headers.

#Declaration

Delphi
property FieldHeaderImages: TCustomImageList read; write;

#Property Value

Type
TCustomImageList

#Remarks

Use this property to specify the TImageList object, which contains images that can be displayed within field headers. To associate an image with a field, use the field’s ImageIndex property. The image will be displayed within the field’s header using the alignment options as specified by the field’s ImageAlign property.

See Also