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

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