Skip to main content

XRPivotGridStyles.FieldValueTotalStyle Property

Gets or sets a style which is used to print the headers of Totals.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DefaultValue(null)]
public virtual XRControlStyle FieldValueTotalStyle { get; set; }

Property Value

Type Default Description
XRControlStyle null

An XRControlStyle object.

Remarks

If the FieldValueTotalStyle isn’t set, headers of totals are printed using the appearance settings accessed via the PrintAppearance.FieldValueTotal property of a pivot grid’s XRPivotGrid.Appearance.

See Also