menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class SubTotalSettingsBuilder

    Inheritance
    System.Object
    SubTotalSettingsBuilder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class SubTotalSettingsBuilder

    Constructors

    SubTotalSettingsBuilder()

    Declaration
    public SubTotalSettingsBuilder()

    SubTotalSettingsBuilder(PivotClient)

    Initializes a new instance of the SubTotalSettingsBuilder class to indicate the scale value.

    Declaration
    public SubTotalSettingsBuilder(PivotClient subTotalSetting)
    Parameters
    Type Name Description
    PivotClient subTotalSetting

    The subTotalSetting.

    SubTotalSettingsBuilder(PivotGrid)

    Initializes a new instance of the SubTotalSettingsBuilder class to indicate the scale value.

    Declaration
    public SubTotalSettingsBuilder(PivotGrid subTotalSetting)
    Parameters
    Type Name Description
    PivotGrid subTotalSetting

    The subTotalSetting.

    Methods

    Add()

    Declaration
    public void Add()

    Levels(Action<LevelSettingsBuilder>)

    Levels the specified Level.

    Declaration
    public SubTotalSettingsBuilder Levels(Action<LevelSettingsBuilder> level)
    Parameters
    Type Name Description
    System.Action<LevelSettingsBuilder> level

    The level.

    Returns
    Type Description
    SubTotalSettingsBuilder

    Name(String)

    Backgrounds the color.

    Declaration
    public SubTotalSettingsBuilder Name(string name)
    Parameters
    Type Name Description
    System.String name

    name of Level

    Returns
    Type Description
    SubTotalSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved