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.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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