Skip to main content

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.v23.2.dll

NuGet Package: 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