Back to Devexpress

PivotGridControl.HeaderImages Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-d721ca34.md

latest2.6 KB
Original Source

PivotGridControl.HeaderImages Property

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

Declaration

csharp
[DefaultValue(null)]
public object HeaderImages { get; set; }
vb
<DefaultValue(Nothing)>
Public Property HeaderImages As Object

Property Value

TypeDefaultDescription
Objectnull

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.

The HeaderImages property accepts the following image collections:

See Also

ValueImages

ImageOptions

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace