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

PivotGridGroup.HeaderImage Property

Gets or sets an image displayed within the Pivot Grid’s group header. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public ImageSource HeaderImage { get; set; }

Property Value

Type Description
ImageSource

A System.Windows.Media.ImageSource object specifying the image displayed within the Pivot Grid’s group header.

See Also