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

PivotGridField.ActualHeaderContentStyle Property

Gets the style actually applied to the field 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 Style ActualHeaderContentStyle { get; }

Property Value

Type Description
Style

A Style object that represents the style applied to the field header.

Remarks

By default, the PivotGridField.HeaderContentStyle is applied to the field header. If the PivotGridField.HeaderContentStyle is not specified, the PivotGridControl.FieldHeaderContentStyle is applied to the header.

See Also