Skip to main content
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.v14.2.dll

#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