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

PivotGridControl.HeaderImages Property

Gets or sets the source of images available for display within field headers.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.2.dll

NuGet Package: DevExpress.Win.PivotGrid

#Declaration

[DefaultValue(null)]
public object HeaderImages { get; set; }

#Property Value

Type Default Description
Object null

An object that is an image collection providing images for the PivotGridControl‘s field headers.

#Remarks

Use the field’s PivotGridField.ImageOptions property to specify the image displayed within the field header. The ImageIndex property accessible in ImageOptions specifies the image by its index within the HeaderImages collection.

FieldHeaderImage

The HeaderImages property accepts the following image collections:

See Also