Back to Devexpress

PivotGridField.ActualHeaderContentStyle Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-79a712ca.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public Style ActualHeaderContentStyle { get; }
vb
Public ReadOnly Property ActualHeaderContentStyle As Style

Property Value

TypeDescription
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

HeaderContentStyle

FieldHeaderContentStyle

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace