menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SubTotalsPosition - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class 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.

    Inheritance
    System.Object
    SubTotalsPosition
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class SubTotalsPosition : Enum

    Fields

    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.

    Declaration
    public const SubTotalsPosition Auto
    Field Value
    Type
    SubTotalsPosition

    Bottom

    Defines the row and column sub-totals to be displayed in bottom of the header group in the pivot table.

    Declaration
    public const SubTotalsPosition Bottom
    Field Value
    Type
    SubTotalsPosition

    Top

    Defines the row and column sub-totals to be displayed at the top of the header group in the pivot table.

    Declaration
    public const SubTotalsPosition Top
    Field Value
    Type
    SubTotalsPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved