Skip to main content

PivotGridCustomTotal.CellFormat Property

Gets or sets the string used to format the custom total values.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public string CellFormat { get; set; }

Property Value

Type Description
String

A string that specifies the format settings for custom total values.

Remarks

The default settings used to format custom total values are determined by a data field’s PivotGridField.TotalCellFormat property. The CellFormat property can be used to override these default settings for particular custom totals.

This property allows you to format values using the format strings described in the Standard Numeric Format Strings, Custom Numeric Format Strings, Standard Date and Time Format Strings and Custom Date and Time Format Strings topics in MSDN.

To learn more, see Standard Formatting.

See Also