Back to Devexpress

XRPivotGridStyles.FieldValueStyle Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-pivotgrid-dot-xrpivotgridstyles-14197e1f.md

latest1.7 KB
Original Source

XRPivotGridStyles.FieldValueStyle Property

Gets or sets a style which is used to print the values of fields.

Namespace : DevExpress.XtraReports.UI.PivotGrid

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(null)]
public virtual XRControlStyle FieldValueStyle { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property FieldValueStyle As XRControlStyle

Property Value

TypeDefaultDescription
XRControlStylenull

An XRControlStyle object.

|

Remarks

If the FieldValueStyle isn’t set, field values are printed using the appearance settings accessed via the PrintAppearance.FieldValue property of a pivot grid’s XRPivotGrid.Appearance.

See Also

XRPivotGridStyles Class

XRPivotGridStyles Members

DevExpress.XtraReports.UI.PivotGrid Namespace