Skip to main content

PivotGridField.TotalCellFormat Property

Provides access to the format settings applied to total values.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FormatInfo TotalCellFormat { get; }

Property Value

Type Description
FormatInfo

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

See Also