Skip to main content

PivotGridControl.HeaderImages Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.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.ImageIndex property to specify the image displayed within the field header. The image is specified by its index within the HeaderImages collection.

FieldHeaderImage

The HeaderImages property accepts the following image collections:

See Also