Skip to main content

TcxPivotGridCustomTotal.DisplayFormat Property

Specifies the formatting pattern used to display values of the current custom total.

Declaration

property DisplayFormat: string read; write;

Property Value

Type
string

Remarks

Use the DisplayFormat property to specify the format string that will be used to display the values of the current custom total within data cells. If this property is set to an empty string, the formatting pattern is determined automatically depending upon the field’s SummaryVariation property value in the same manner as for field values. For details, see the description of the field’s DisplayFormat property.

Refer to the TNumericField.DisplayFormat property’s topic in the Delphi (C++ Builder) documentation for more information on formatting values.

See Also