PivotGridControl.HeaderImages Property
In This Article
Gets or sets the source of images available for display within field headers.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.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 Pivot |
#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:
- 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