PivotGridFieldBase.ValueFormat Property
Provides access to the format settings applied to field values.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
FormatInfo | A FormatInfo object that provides the format settings applied to field values. |
Remarks
To learn more about formatting values displayed in the Pivot Grid, see Data Formatting.
See Also