windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-d721ca34.md
Gets or sets the source of images available for display within field headers.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
[DefaultValue(null)]
public object HeaderImages { get; set; }
<DefaultValue(Nothing)>
Public Property HeaderImages As Object
| Type | Default | Description |
|---|---|---|
| Object | null |
An object that is an image collection providing images for the PivotGridControl‘s field headers.
|
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.
The HeaderImages property accepts the following image collections:
See Also