XRPivotGridStyles.FieldHeaderStyle Property
Gets or sets a style which is used to print field headers.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
XRControlStyle | null | An XRControlStyle object. |
Remarks
If the FieldHeaderStyle isn’t set, field headers are printed using the appearance settings accessed via the PrintAppearance.FieldHeader property of a pivot grid’s XRPivotGrid.Appearance.
See Also