menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class LevelSettingsBuilder

    Inheritance
    System.Object
    LevelSettingsBuilder
    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 LevelSettingsBuilder

    Constructors

    LevelSettingsBuilder(SubTotalSettings)

    Initializes a new instance of the class to indicate the subtotalsetting level.

    Declaration
    public LevelSettingsBuilder(SubTotalSettings level)
    Parameters
    Type Name Description
    SubTotalSettings level

    The level.

    Methods

    Add()

    Adds this instance.

    Declaration
    public void Add()

    Name(String)

    Backgrounds the color.

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

    names for the level.

    Returns
    Type Description
    LevelSettingsBuilder

    ShowSubTotal()

    Shows the sub total.

    Declaration
    public LevelSettingsBuilder ShowSubTotal()
    Returns
    Type Description
    LevelSettingsBuilder

    ShowSubTotal(Boolean)

    Shows the sub total.

    Declaration
    public LevelSettingsBuilder ShowSubTotal(bool showSubTotal)
    Parameters
    Type Name Description
    System.Boolean showSubTotal
    Returns
    Type Description
    LevelSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved