Back to Devexpress

PivotGridFieldBase.TotalValueFormat Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-10e5216b.md

latest1.6 KB
Original Source

PivotGridFieldBase.TotalValueFormat Property

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

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public FormatInfo TotalValueFormat { get; }
vb
Public ReadOnly Property TotalValueFormat As FormatInfo

Property Value

TypeDescription
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

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace