PivotGridFieldBase.ValueFormat Property
In This Article
Provides access to the format settings applied to field values.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public FormatInfo ValueFormat { get; }
#Property Value
Type | Description |
---|---|
Format |
A Format |
#Remarks
To learn more about formatting values displayed in the Pivot Grid, see Data Formatting.
See Also