PivotGridControl.HeaderImages Property
Gets or sets the source of images available for display within field headers.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
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.
The HeaderImages property accepts the following image collections:
- ImageCollection - Supports image transparency.
- SharedImageCollection - Supports image transparency. Allows you to share images between controls within multiple forms.
- SvgImageCollection - Stores vector icons that can scale without losing their quality on high resolution devices.
- ImageList.
See Also