Skip to main content
A newer version of this page is available. .

XRPivotGridAppearances.FieldValue Property

Gets the appearance settings used to print the values of fields and the default appearance settings used to print grand totals and totals.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public XRAppearanceObject FieldValue { get; }

Property Value

Type Description
XRAppearanceObject

An XRAppearanceObject object that provides the appearance settings used to print field values.

Remarks

The FieldValue property is overridden to change the type of the returned object from AppearanceObject to XRAppearanceObject, because the XRAppearanceObject class contains more appropriate settings for printing a Pivot Grid in XtraReports.

For more information on this property, refer to the PivotGridAppearancesBase.FieldValue property description.

See Also