Gets the style actually applied to the Field Header. This is a dependency property.
Namespace:DevExpress.Xpf.PivotGrid
Assembly:DevExpress.Xpf.PivotGrid.v19.2.dll

Syntax
C# |
public Style ActualHeaderContentStyle { get; }
|
VB |
Public ReadOnly Property ActualHeaderContentStyle As Style
|
Property value
Type: Style
A System.Windows.Style object that represents the style applied to the Field Header.

Remarks

See Also