Skip to main content

PivotGridFieldBase.TotalCellFormat Property

Provides access to the format settings applied to total cells.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public FormatInfo TotalCellFormat { get; }

Property Value

Type Description
FormatInfo

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

Remarks

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

See Also