Skip to main content
Row

PivotField.SubtotalType Property

Gets the type of subtotals displayed for the PivotTable field.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

PivotSubtotalType SubtotalType { get; }

Property Value

Type Description
PivotSubtotalType

A PivotSubtotalType enumeration value specifying the subtotal type.

Available values:

Name Description
Automatic

Indicates that the default summary function is used to calculate subtotals for a field.

None

Indicates that subtotals are not calculated for a field.

Custom

Indicates that a custom function from the PivotSubtotalFunctions enumeration is used to calculate subtotals.

Remarks

The value returned by the SubtotalType property is relevant only for the outer row and column fields.

See Also