PivotField.SubtotalCaption Property
Gets or sets the text to be displayed in the fieldâs subtotal row or column heading.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v26.1.Core.dll
Declaration
Property Value
Remarks
Use the SubtotalCaption property to specify the text to be displayed in the subtotal row or subtotal column displayed for each item in the specified PivotField if this field is currently shown as an outer row or column field.
The image below illustrates the result of code execution.

Tip
The subtotal rows for items of an outer row field in compact or outline form are displayed only when the fieldâs PivotFieldLayout.SubtotalOnTop property is false, so that subtotals are shown below of each item in the field.
See Also
