Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridCustomTotal.DisplayFormat Property

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

#Declaration

Delphi
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