Skip to main content
A newer version of this page is available. .

PivotGridControl.HeaderImages Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

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