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

PivotGridFieldBase.TotalValueFormat Property

Provides access to the format settings applied to the total header.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v22.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

public FormatInfo TotalValueFormat { get; }

Property Value

Type Description
FormatInfo

A FormatInfo object that provides the format settings applied to the total header.

Remarks

To learn more about formatting values displayed in the Pivot Grid, see Data Formatting.

See Also