Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GrandTotalsPosition

    Show / Hide Table of Contents

    Class GrandTotalsPosition

    Allows the grand totals to be displayed at the top or bottom of the pivot table’s row and column axis. By default, the grand totals are displayed at the bottom of the pivot table’s row and column axes. Bottom - Allows the grand totals to be displayed in bottom position in the pivot table's row and column axis. Top - Allows the grand totals to be displayed in top position in the pivot table's row and column axis.

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

    Fields

    Bottom

    Allows the grand totals to be displayed in bottom position in the pivot table's row and column axis

    Declaration
    public const GrandTotalsPosition Bottom
    Field Value
    Type Description
    GrandTotalsPosition

    Top

    Allows the grand totals to be displayed in top position in the pivot table's row and column axis.

    Declaration
    public const GrandTotalsPosition Top
    Field Value
    Type Description
    GrandTotalsPosition

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved