Enum SubTotalsPosition
Specifies different types of positions that will allow the row and column sub-totals to be displayed at the top or bottom of the header group in the pivot table. The options available are: Auto - Defines the row and column sub-totals to be displayed in their default positions, i.e., the column sub-totals are displayed at the bottom and row sub-totals are displayed at the top of their header group in the pivot table. Top - Defines the row and column sub-totals to be displayed at the top of the header group in the pivot table. Bottom - Defines the row and column sub-totals to be displayed in bottom of the header group in the pivot table. Note: By default, the column sub-totals are displayed at the bottom and row sub-totals are displayed at the top of their header group in the pivot table.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SubTotalsPosition
Fields
| Name | Description |
|---|---|
| Auto | Defines the row and column sub-totals to be displayed in their default positions, i.e., the column sub-totals are displayed at the bottom and row sub-totals are displayed at the top of their header group in the pivot table. Note: By default, the column sub-totals are displayed at the bottom and row sub-totals are displayed at the top of their header group in the pivot table. |
| Bottom | Defines the row and column sub-totals to be displayed in bottom of the header group in the pivot table. |
| Top | Defines the row and column sub-totals to be displayed at the top of the header group in the pivot table. |