PivotField.SubtotalType Property
Gets the type of subtotals displayed for the PivotTable field.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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