Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotField.SubtotalType Property

Gets the type of subtotals displayed for the PivotTable field.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

PivotSubtotalType SubtotalType { get; }

Property Value

Type Description
PivotSubtotalType

A PivotSubtotalType enumeration value specifying the subtotal type.

Remarks

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

See Also