PivotField.SubtotalType Property
In This Article
Gets the type of subtotals displayed for the PivotTable field.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
PivotSubtotalType SubtotalType { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
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 Pivot |
#Remarks
The value returned by the SubtotalType property is relevant only for the outer row and column fields.
See Also